#66280E

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

Shades of Baker's Chocolate #66280E

Tints of Baker's Chocolate #66280E

Color information

#66280E (or 0x66280E) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 28 and 0E. RGB value is (102,40,14). Sum of RGB (Red+Green+Blue) = 102+40+14=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280E is #99D7F1. Grayscale: #373737. Windows color (decimal): -10082290 or 927846. OLE color: 927846.

HSL color Cylindrical-coordinate representation of color #66280E: hue angle of 17.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66280E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1024014-
CMYK00.610.860.6
HSL17.73º75.86%22.75%-
HSV(B)17.73º86.27%40%-
XYZ6.324.370.93-
YUV55.57104.54161.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=65.38%
G=25.64%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102401400.610.860.617.7375.8622.75
Hex6628E03D563C124c17
Octal1465016075126742211427
Binary110011010100011100111101101011011110010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66280E; }

 p { color: rgb(102,40,14); }

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

<style>
 a { background-color: #66280E; }

 a { background-color: rgb(102,40,14); }

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

<style>
 span { border-color: #66280E; }

 span { border-color: rgb(102,40,14); }

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