Html Css Color HEX #602F12 Baker's Chocolate

📋 copy color: '#602F12'

red 96 ◦ green 47 ◦ blue 18

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

Shades of Baker's Chocolate #602F12

Tints of Baker's Chocolate #602F12

RGB

 RED value IS 96 (37.89% from 255) = 59.63%

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 59.63%
G = 29.19%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#602F12 (or 0x602F12) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 12. RGB value is (96,47,18). Sum of RGB (Red+Green+Blue) = 96+47+18=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #602F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F12 is #9FD0ED. Grayscale: #3A3A3A. Windows color (decimal): -10473710 or 1191776. OLE color: 1191776.

HSL color Cylindrical-coordinate representation of color #602F12: hue angle of 22.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602F12 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 18 -
CMYK 0 0.51 0.81 0.62
HSL 22.31º 0.68% 0.22% -
HSV(B) 22.31º 0.81% 0.38% -
XYZ 5.95 4.56 1.14 -
YUV 58.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 96 47 18 0 0.51 0.81 0.62 22.31 0.68 0.22
Hex 60 2F 12 0 33 51 3E 16 44 16
Octal 140 57 22 0 63 121 76 26 104 26
Binary 1100000 101111 10010 0 110011 1010001 111110 10110 1000100 10110

Color Harmonies of #602F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F12

Black with #602F12

Text Example


Text Example

White with #602F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F12; }

 p { color: rgb(96,47,18); }

 H1.HeaderClassName
 {
   color: #602F12;
 }
 .AnyTagClassName
 {
   color: #602F12;
 }
</style>

background-color css

<style>
 a { background-color: #602F12; }

 a { background-color: rgb(96,47,18); }

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

border-color css

<style>
 span { border-color: #602F12; }

 span { border-color: rgb(96,47,18); }

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