Html Css Color HEX #662006 Baker's Chocolate

📋 copy color: '#662006'

red 102 ◦ green 32 ◦ blue 6

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

Shades of Baker's Chocolate #662006

Tints of Baker's Chocolate #662006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 72.86%
G = 22.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#662006 (or 0x662006) is known color: Baker's Chocolate. HEX triplet: 66, 20 and 06. RGB value is (102,32,6). Sum of RGB (Red+Green+Blue) = 102+32+6=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #662006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662006 is #99DFF9. Grayscale: #323232. Windows color (decimal): -10084346 or 401510. OLE color: 401510.

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

Color convert

RGB 102 32 6 -
CMYK 0 0.69 0.94 0.6
HSL 16.25º 0.89% 0.21% -
HSV(B) 16.25º 0.94% 0.4% -
XYZ 6.03 3.87 0.6 -
YUV 49.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 102 32 6 0 0.69 0.94 0.6 16.25 0.89 0.21
Hex 66 20 6 0 45 5E 3C 10 59 15
Octal 146 40 6 0 105 136 74 20 131 25
Binary 1100110 100000 110 0 1000101 1011110 111100 10000 1011001 10101

Color Harmonies of #662006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662006

Black with #662006

Text Example


Text Example

White with #662006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662006; }

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

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

background-color css

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

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

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

border-color css

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

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

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