#66351A

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

Shades of Baker's Chocolate #66351A

Tints of Baker's Chocolate #66351A

Color information

#66351A (or 0x66351A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 1A. RGB value is (102,53,26). Sum of RGB (Red+Green+Blue) = 102+53+26=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66351A is #99CAE5. Grayscale: #404040. Windows color (decimal): -10078950 or 1717606. OLE color: 1717606.

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

Color convert

RGB1025326-
CMYK00.480.750.6
HSL21.32º59.38%25.1%-
HSV(B)21.32º74.51%40%-
XYZ6.945.451.66-
YUV64.57106.23154.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=56.35%
G=29.28%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102532600.480.750.621.3259.3825.1
Hex66351A0304B3C153b19
Octal146653206011374257331
Binary110011011010111010011000010010111111001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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