#66391A

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

Shades of Baker's Chocolate #66391A

Tints of Baker's Chocolate #66391A

Color information

#66391A (or 0x66391A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 1A. RGB value is (102,57,26). Sum of RGB (Red+Green+Blue) = 102+57+26=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66391A is #99C6E5. Grayscale: #434343. Windows color (decimal): -10077926 or 1718630. OLE color: 1718630.

HSL color Cylindrical-coordinate representation of color #66391A: hue angle of 24.47º 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 #66391A is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1025726-
CMYK00.440.750.6
HSL24.47º59.38%25.1%-
HSV(B)24.47º74.51%40%-
XYZ7.135.831.73-
YUV66.92104.91153.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=55.14%
G=30.81%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572600.440.750.624.4759.3825.1
Hex66391A02C4B3C183b19
Octal146713205411374307331
Binary110011011100111010010110010010111111001100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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