#66230A

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

Shades of Baker's Chocolate #66230A

Tints of Baker's Chocolate #66230A

Color information

#66230A (or 0x66230A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 23 and 0A. RGB value is (102,35,10). Sum of RGB (Red+Green+Blue) = 102+35+10=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66230A is #99DCF5. Grayscale: #343434. Windows color (decimal): -10083574 or 664422. OLE color: 664422.

HSL color Cylindrical-coordinate representation of color #66230A: hue angle of 16.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66230A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1023510-
CMYK00.660.900.6
HSL16.3º82.14%21.96%-
HSV(B)16.3º90.2%40%-
XYZ6.144.050.75-
YUV52.18104.2163.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=69.39%
G=23.81%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102351000.660.900.616.382.1421.96
Hex6623A0425A3C105216
Octal14643120102132742012226
Binary1100110100011101001000010101101011110010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,35,10); }

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

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

 a { background-color: rgb(102,35,10); }

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

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

 span { border-color: rgb(102,35,10); }

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