Html Css Color HEX #602D08 Baker's Chocolate

📋 copy color: '#602D08'

red 96 ◦ green 45 ◦ blue 8

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

Shades of Baker's Chocolate #602D08

Tints of Baker's Chocolate #602D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 64.43%
G = 30.2%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#602D08 (or 0x602D08) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 08. RGB value is (96,45,8). Sum of RGB (Red+Green+Blue) = 96+45+8=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D08 is #9FD2F7. Grayscale: #383838. Windows color (decimal): -10474232 or 535904. OLE color: 535904.

HSL color Cylindrical-coordinate representation of color #602D08: hue angle of 25.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #602D08 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 8 -
CMYK 0 0.53 0.92 0.62
HSL 25.23º 0.85% 0.2% -
HSV(B) 25.23º 0.92% 0.38% -
XYZ 5.81 4.38 0.77 -
YUV 56.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 96 45 8 0 0.53 0.92 0.62 25.23 0.85 0.2
Hex 60 2D 8 0 35 5C 3E 19 55 14
Octal 140 55 10 0 65 134 76 31 125 24
Binary 1100000 101101 1000 0 110101 1011100 111110 11001 1010101 10100

Color Harmonies of #602D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D08

Black with #602D08

Text Example


Text Example

White with #602D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,8); }

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

background-color css

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

 a { background-color: rgb(96,45,8); }

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

border-color css

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

 span { border-color: rgb(96,45,8); }

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