Html Css Color HEX #602009 Baker's Chocolate

📋 copy color: '#602009'

red 96 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #602009

Tints of Baker's Chocolate #602009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 70.07%
G = 23.36%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#602009 (or 0x602009) is known color: Baker's Chocolate. HEX triplet: 60, 20 and 09. RGB value is (96,32,9). Sum of RGB (Red+Green+Blue) = 96+32+9=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602009 is #9FDFF6. Grayscale: #303030. Windows color (decimal): -10477559 or 598112. OLE color: 598112.

HSL color Cylindrical-coordinate representation of color #602009: hue angle of 15.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #602009 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 9 -
CMYK 0 0.67 0.91 0.62
HSL 15.86º 0.83% 0.21% -
HSV(B) 15.86º 0.91% 0.38% -
XYZ 5.39 3.54 0.66 -
YUV 48.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 96 32 9 0 0.67 0.91 0.62 15.86 0.83 0.21
Hex 60 20 9 0 43 5B 3E 10 53 15
Octal 140 40 11 0 103 133 76 20 123 25
Binary 1100000 100000 1001 0 1000011 1011011 111110 10000 1010011 10101

Color Harmonies of #602009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602009

Black with #602009

Text Example


Text Example

White with #602009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602009; }

 p { color: rgb(96,32,9); }

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

background-color css

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

 a { background-color: rgb(96,32,9); }

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

border-color css

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

 span { border-color: rgb(96,32,9); }

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