Html Css Color HEX #66290B Baker's Chocolate

📋 copy color: '#66290B'

red 102 ◦ green 41 ◦ blue 11

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

Shades of Baker's Chocolate #66290B

Tints of Baker's Chocolate #66290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 66.23%
G = 26.62%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66290B (or 0x66290B) is known color: Baker's Chocolate. HEX triplet: 66, 29 and 0B. RGB value is (102,41,11). Sum of RGB (Red+Green+Blue) = 102+41+11=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66290B is #99D6F4. Grayscale: #373737. Windows color (decimal): -10082037 or 731494. OLE color: 731494.

HSL color Cylindrical-coordinate representation of color #66290B: hue angle of 19.78º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66290B is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 41 11 -
CMYK 0 0.60 0.89 0.6
HSL 19.78º 0.81% 0.22% -
HSV(B) 19.78º 0.89% 0.4% -
XYZ 6.33 4.43 0.84 -
YUV 55.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 102 41 11 0 0.60 0.89 0.6 19.78 0.81 0.22
Hex 66 29 B 0 3C 59 3C 14 51 16
Octal 146 51 13 0 74 131 74 24 121 26
Binary 1100110 101001 1011 0 111100 1011001 111100 10100 1010001 10110

Color Harmonies of #66290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66290B

Black with #66290B

Text Example


Text Example

White with #66290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66290B; }

 p { color: rgb(102,41,11); }

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

background-color css

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

 a { background-color: rgb(102,41,11); }

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

border-color css

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

 span { border-color: rgb(102,41,11); }

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