#66381A

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

Shades of Baker's Chocolate #66381A

Tints of Baker's Chocolate #66381A

Color information

#66381A (or 0x66381A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 1A. RGB value is (102,56,26). Sum of RGB (Red+Green+Blue) = 102+56+26=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66381A is #99C7E5. Grayscale: #424242. Windows color (decimal): -10078182 or 1718374. OLE color: 1718374.

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

Color convert

RGB1025626-
CMYK00.450.750.6
HSL23.68º59.38%25.1%-
HSV(B)23.68º74.51%40%-
XYZ7.085.731.71-
YUV66.33105.24153.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=55.43%
G=30.43%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102562600.450.750.623.6859.3825.1
Hex66381A02D4B3C183b19
Octal146703205511374307331
Binary110011011100011010010110110010111111001100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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