Html Css Color HEX #602809 Baker's Chocolate

📋 copy color: '#602809'

red 96 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #602809

Tints of Baker's Chocolate #602809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 66.21%
G = 27.59%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#602809 (or 0x602809) is known color: Baker's Chocolate. HEX triplet: 60, 28 and 09. RGB value is (96,40,9). Sum of RGB (Red+Green+Blue) = 96+40+9=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #602809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602809 is #9FD7F6. Grayscale: #353535. Windows color (decimal): -10475511 or 600160. OLE color: 600160.

HSL color Cylindrical-coordinate representation of color #602809: hue angle of 21.38º 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 #602809 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 9 -
CMYK 0 0.58 0.91 0.62
HSL 21.38º 0.83% 0.21% -
HSV(B) 21.38º 0.91% 0.38% -
XYZ 5.63 4.02 0.74 -
YUV 53.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 96 40 9 0 0.58 0.91 0.62 21.38 0.83 0.21
Hex 60 28 9 0 3A 5B 3E 15 53 15
Octal 140 50 11 0 72 133 76 25 123 25
Binary 1100000 101000 1001 0 111010 1011011 111110 10101 1010011 10101

Color Harmonies of #602809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602809

Black with #602809

Text Example


Text Example

White with #602809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602809; }

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

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

background-color css

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

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

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

border-color css

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

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

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