Html Css Color HEX #6B613C Yellow Metal

📋 copy color: '#6B613C'

red 107 ◦ green 97 ◦ blue 60

#6B613C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #6B613C

Tints of Yellow Metal #6B613C

RGB

 RED value IS 107 (42.19% from 255) = 40.53%

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 40.53%
G = 36.74%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B613C (or 0x6B613C) is known color: Yellow Metal. HEX triplet: 6B, 61 and 3C. RGB value is (107,97,60). Sum of RGB (Red+Green+Blue) = 107+97+60=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B613C is #949EC3. Grayscale: #5F5F5F. Windows color (decimal): -9739972 or 3957099. OLE color: 3957099.

HSL color Cylindrical-coordinate representation of color #6B613C: hue angle of 47.23º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B613C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 60 -
CMYK 0 0.09 0.44 0.58
HSL 47.23º 0.28% 0.33% -
HSV(B) 47.23º 0.44% 0.42% -
XYZ 11.15 12 6 -
YUV 95.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 107 97 60 0 0.09 0.44 0.58 47.23 0.28 0.33
Hex 6B 61 3C 0 9 2C 3A 2F 1C 21
Octal 153 141 74 0 11 54 72 57 34 41
Binary 1101011 1100001 111100 0 1001 101100 111010 101111 11100 100001

Color Harmonies of #6B613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B613C

Black with #6B613C

Text Example


Text Example

White with #6B613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B613C; }

 p { color: rgb(107,97,60); }

 H1.HeaderClassName
 {
   color: #6B613C;
 }
 .AnyTagClassName
 {
   color: #6B613C;
 }
</style>

background-color css

<style>
 a { background-color: #6B613C; }

 a { background-color: rgb(107,97,60); }

 div.DivClassName
 {
   background-color: #6B613C;
 }
 .BgClassName
 {
   background-color: #6B613C;
 }
</style>

border-color css

<style>
 span { border-color: #6B613C; }

 span { border-color: rgb(107,97,60); }

 td.TdClassName
 {
   border-color: #6B613C;
 }
 .TagClassName
 {
   border-color: #6B613C;
 }
</style>