#663814

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

Shades of Baker's Chocolate #663814

Tints of Baker's Chocolate #663814

Color information

#663814 (or 0x663814) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 14. RGB value is (102,56,20). Sum of RGB (Red+Green+Blue) = 102+56+20=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663814 is #99C7EB. Grayscale: #414141. Windows color (decimal): -10078188 or 1325158. OLE color: 1325158.

HSL color Cylindrical-coordinate representation of color #663814: hue angle of 26.34º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #663814 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1025620-
CMYK00.450.800.6
HSL26.34º67.21%23.92%-
HSV(B)26.34º80.39%40%-
XYZ7.025.71.39-
YUV65.65102.24153.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=57.30%
G=31.46%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102562000.450.800.626.3467.2123.92
Hex66381402D503C1a4318
Octal1467024055120743210330
Binary1100110111000101000101101101000011110011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663814; }

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

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

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

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

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

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

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

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