#66361B

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

Shades of Baker's Chocolate #66361B

Tints of Baker's Chocolate #66361B

Color information

#66361B (or 0x66361B) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 1B. RGB value is (102,54,27). Sum of RGB (Red+Green+Blue) = 102+54+27=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66361B is #99C9E4. Grayscale: #414141. Windows color (decimal): -10078693 or 1783398. OLE color: 1783398.

HSL color Cylindrical-coordinate representation of color #66361B: hue angle of 21.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66361B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1025427-
CMYK00.470.740.6
HSL21.6º58.14%25.29%-
HSV(B)21.6º73.53%40%-
XYZ75.541.74-
YUV65.27106.4154.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=55.74%
G=29.51%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102542700.470.740.621.658.1425.29
Hex66361B02F4A3C163a19
Octal146663305711274267231
Binary110011011011011011010111110010101111001011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,54,27); }

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

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

 a { background-color: rgb(102,54,27); }

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

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

 span { border-color: rgb(102,54,27); }

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