Html Css Color HEX #662809 Baker's Chocolate

📋 copy color: '#662809'

red 102 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #662809

Tints of Baker's Chocolate #662809

RGB

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

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

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

R = 67.55%
G = 26.49%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662809 (or 0x662809) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 09. RGB value is (102,40,9). Sum of RGB (Red+Green+Blue) = 102+40+9=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #662809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662809 is #99D7F6. Grayscale: #373737. Windows color (decimal): -10082295 or 600166. OLE color: 600166.

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

Color convert

RGB 102 40 9 -
CMYK 0 0.61 0.91 0.6
HSL 20º 0.84% 0.22% -
HSV(B) 20º 0.91% 0.4% -
XYZ 6.29 4.36 0.77 -
YUV 55 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 102 40 9 0 0.61 0.91 0.6 20 0.84 0.22
Hex 66 28 9 0 3D 5B 3C 14 54 16
Octal 146 50 11 0 75 133 74 24 124 26
Binary 1100110 101000 1001 0 111101 1011011 111100 10100 1010100 10110

Color Harmonies of #662809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662809

Black with #662809

Text Example


Text Example

White with #662809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662809; }

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

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

background-color css

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

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

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

border-color css

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

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

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