#662813

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

Shades of Baker's Chocolate #662813

Tints of Baker's Chocolate #662813

Color information

#662813 (or 0x662813) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 28 and 13. RGB value is (102,40,19). Sum of RGB (Red+Green+Blue) = 102+40+19=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #662813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662813 is #99D7EC. Grayscale: #383838. Windows color (decimal): -10082285 or 1255526. OLE color: 1255526.

HSL color Cylindrical-coordinate representation of color #662813: hue angle of 15.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662813 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1024019-
CMYK00.610.810.6
HSL15.18º68.6%23.73%-
HSV(B)15.18º81.37%40%-
XYZ6.364.391.13-
YUV56.14107.04160.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=63.35%
G=24.84%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102401900.610.810.615.1868.623.73
Hex66281303D513Cf4518
Octal1465023075121741710530
Binary110011010100010011011110110100011111001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662813; }

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

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

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

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

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

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

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

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