Html Css Color HEX #662009 Baker's Chocolate

📋 copy color: '#662009'

red 102 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #662009

Tints of Baker's Chocolate #662009

RGB

 RED value IS 102 (40.23% from 255) = 71.33%

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

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

R = 71.33%
G = 22.38%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662009 (or 0x662009) is known color: Baker's Chocolate. HEX triplet: 66, 20 and 09. RGB value is (102,32,9). Sum of RGB (Red+Green+Blue) = 102+32+9=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662009 is #99DFF6. Grayscale: #323232. Windows color (decimal): -10084343 or 598118. OLE color: 598118.

HSL color Cylindrical-coordinate representation of color #662009: hue angle of 14.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #662009 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 9 -
CMYK 0 0.69 0.91 0.6
HSL 14.84º 0.84% 0.22% -
HSV(B) 14.84º 0.91% 0.4% -
XYZ 6.05 3.88 0.69 -
YUV 50.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 102 32 9 0 0.69 0.91 0.6 14.84 0.84 0.22
Hex 66 20 9 0 45 5B 3C F 54 16
Octal 146 40 11 0 105 133 74 17 124 26
Binary 1100110 100000 1001 0 1000101 1011011 111100 1111 1010100 10110

Color Harmonies of #662009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662009

Black with #662009

Text Example


Text Example

White with #662009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662009; }

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

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

background-color css

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

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

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

border-color css

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

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

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