Html Css Color HEX #602F0C Baker's Chocolate

📋 copy color: '#602F0C'

red 96 ◦ green 47 ◦ blue 12

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

Shades of Baker's Chocolate #602F0C

Tints of Baker's Chocolate #602F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 61.94%
G = 30.32%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#602F0C (or 0x602F0C) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 0C. RGB value is (96,47,12). Sum of RGB (Red+Green+Blue) = 96+47+12=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F0C is #9FD0F3. Grayscale: #393939. Windows color (decimal): -10473716 or 798560. OLE color: 798560.

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

Color convert

RGB 96 47 12 -
CMYK 0 0.51 0.88 0.62
HSL 25º 0.78% 0.21% -
HSV(B) 25º 0.88% 0.38% -
XYZ 5.91 4.55 0.91 -
YUV 57.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 96 47 12 0 0.51 0.88 0.62 25 0.78 0.21
Hex 60 2F C 0 33 58 3E 19 4E 15
Octal 140 57 14 0 63 130 76 31 116 25
Binary 1100000 101111 1100 0 110011 1011000 111110 11001 1001110 10101

Color Harmonies of #602F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F0C

Black with #602F0C

Text Example


Text Example

White with #602F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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