Html Css Color HEX #662306 Baker's Chocolate

📋 copy color: '#662306'

red 102 ◦ green 35 ◦ blue 6

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

Shades of Baker's Chocolate #662306

Tints of Baker's Chocolate #662306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

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

R = 71.33%
G = 24.48%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#662306 (or 0x662306) is known color: Baker's Chocolate. HEX triplet: 66, 23 and 06. RGB value is (102,35,6). Sum of RGB (Red+Green+Blue) = 102+35+6=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662306 is #99DCF9. Grayscale: #333333. Windows color (decimal): -10083578 or 402278. OLE color: 402278.

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

Color convert

RGB 102 35 6 -
CMYK 0 0.66 0.94 0.6
HSL 18.13º 0.89% 0.21% -
HSV(B) 18.13º 0.94% 0.4% -
XYZ 6.11 4.04 0.63 -
YUV 51.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 102 35 6 0 0.66 0.94 0.6 18.13 0.89 0.21
Hex 66 23 6 0 42 5E 3C 12 59 15
Octal 146 43 6 0 102 136 74 22 131 25
Binary 1100110 100011 110 0 1000010 1011110 111100 10010 1011001 10101

Color Harmonies of #662306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662306

Black with #662306

Text Example


Text Example

White with #662306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662306; }

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

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

background-color css

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

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

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

border-color css

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

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

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