#66331A

Color #66331A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #66331A

Tints of Baker's Chocolate #66331A

Color information

#66331A (or 0x66331A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 1A. RGB value is (102,51,26). Sum of RGB (Red+Green+Blue) = 102+51+26=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331A is #99CCE5. Grayscale: #3F3F3F. Windows color (decimal): -10079462 or 1717094. OLE color: 1717094.

HSL color Cylindrical-coordinate representation of color #66331A: hue angle of 19.74º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66331A is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1025126-
CMYK00.50.750.6
HSL19.74º59.38%25.1%-
HSV(B)19.74º74.51%40%-
XYZ6.855.271.63-
YUV63.4106.9155.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=56.98%
G=28.49%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102512600.50.750.619.7459.3825.1
Hex66331A0324B3C143b19
Octal146633206211374247331
Binary110011011001111010011001010010111111001010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66331A; }

 p { color: rgb(102,51,26); }

 H1.HeaderClassName
 {
   color: #66331A;
 }
 .AnyTagClassName
 {
   color: #66331A;
 }
</style>
background-color css

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

 a { background-color: rgb(102,51,26); }

 div.DivClassName
 {
   background-color: #66331A;
 }
 .BgClassName
 {
   background-color: #66331A;
 }
</style>
border-color css

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

 span { border-color: rgb(102,51,26); }

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