#663613

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

Shades of Baker's Chocolate #663613

Tints of Baker's Chocolate #663613

Color information

#663613 (or 0x663613) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 13. RGB value is (102,54,19). Sum of RGB (Red+Green+Blue) = 102+54+19=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663613 is #99C9EC. Grayscale: #404040. Windows color (decimal): -10078701 or 1259110. OLE color: 1259110.

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

Color convert

RGB1025419-
CMYK00.470.810.6
HSL25.3º68.6%23.73%-
HSV(B)25.3º81.37%40%-
XYZ6.925.511.32-
YUV64.36102.4154.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=58.29%
G=30.86%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102541900.470.810.625.368.623.73
Hex66361302F513C194518
Octal1466623057121743110530
Binary1100110110110100110101111101000111110011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663613; }

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

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

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

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

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

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

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

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