#662814

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

Shades of Baker's Chocolate #662814

Tints of Baker's Chocolate #662814

Color information

#662814 (or 0x662814) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 28 and 14. RGB value is (102,40,20). Sum of RGB (Red+Green+Blue) = 102+40+20=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662814 is #99D7EB. Grayscale: #383838. Windows color (decimal): -10082284 or 1321062. OLE color: 1321062.

HSL color Cylindrical-coordinate representation of color #662814: hue angle of 14.63º 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 #662814 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1024020-
CMYK00.610.800.6
HSL14.63º67.21%23.92%-
HSV(B)14.63º80.39%40%-
XYZ6.364.391.17-
YUV56.26107.54160.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=62.96%
G=24.69%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102402000.610.800.614.6367.2123.92
Hex66281403D503Cf4318
Octal1465024075120741710330
Binary110011010100010100011110110100001111001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662814; }

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

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

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

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

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

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

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

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