Html Css Color HEX #602909 Baker's Chocolate

📋 copy color: '#602909'

red 96 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #602909

Tints of Baker's Chocolate #602909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 65.75%
G = 28.08%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#602909 (or 0x602909) is known color: Baker's Chocolate. HEX triplet: 60, 29 and 09. RGB value is (96,41,9). Sum of RGB (Red+Green+Blue) = 96+41+9=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602909 is #9FD6F6. Grayscale: #353535. Windows color (decimal): -10475255 or 600416. OLE color: 600416.

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

Color convert

RGB 96 41 9 -
CMYK 0 0.57 0.91 0.62
HSL 22.07º 0.83% 0.21% -
HSV(B) 22.07º 0.91% 0.38% -
XYZ 5.67 4.09 0.75 -
YUV 53.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 96 41 9 0 0.57 0.91 0.62 22.07 0.83 0.21
Hex 60 29 9 0 39 5B 3E 16 53 15
Octal 140 51 11 0 71 133 76 26 123 25
Binary 1100000 101001 1001 0 111001 1011011 111110 10110 1010011 10101

Color Harmonies of #602909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602909

Black with #602909

Text Example


Text Example

White with #602909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602909; }

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

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

background-color css

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

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

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

border-color css

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

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

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