Html Css Color HEX #602609 Baker's Chocolate

📋 copy color: '#602609'

red 96 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #602609

Tints of Baker's Chocolate #602609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 67.13%
G = 26.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#602609 (or 0x602609) is known color: Baker's Chocolate. HEX triplet: 60, 26 and 09. RGB value is (96,38,9). Sum of RGB (Red+Green+Blue) = 96+38+9=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602609 is #9FD9F6. Grayscale: #343434. Windows color (decimal): -10476023 or 599648. OLE color: 599648.

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

Color convert

RGB 96 38 9 -
CMYK 0 0.60 0.91 0.62
HSL 20º 0.83% 0.21% -
HSV(B) 20º 0.91% 0.38% -
XYZ 5.57 3.89 0.72 -
YUV 52.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 96 38 9 0 0.60 0.91 0.62 20 0.83 0.21
Hex 60 26 9 0 3C 5B 3E 14 53 15
Octal 140 46 11 0 74 133 76 24 123 25
Binary 1100000 100110 1001 0 111100 1011011 111110 10100 1010011 10101

Color Harmonies of #602609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602609

Black with #602609

Text Example


Text Example

White with #602609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602609; }

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

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

background-color css

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

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

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

border-color css

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

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

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