#63290D

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

Shades of Baker's Chocolate #63290D

Tints of Baker's Chocolate #63290D

Color information

#63290D (or 0x63290D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 0D. RGB value is (99,41,13). Sum of RGB (Red+Green+Blue) = 99+41+13=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #63290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63290D is #9CD6F2. Grayscale: #373737. Windows color (decimal): -10278643 or 862563. OLE color: 862563.

HSL color Cylindrical-coordinate representation of color #63290D: hue angle of 19.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63290D is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB994113-
CMYK00.590.870.61
HSL19.53º76.79%21.96%-
HSV(B)19.53º86.87%38.82%-
XYZ6.014.270.89-
YUV55.15104.22159.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=64.71%
G=26.80%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99411300.590.870.6119.5376.7921.96
Hex6329D03B573D144d16
Octal1435115073127752411526
Binary110001110100111010111011101011111110110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63290D; }

 p { color: rgb(99,41,13); }

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

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

 a { background-color: rgb(99,41,13); }

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

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

 span { border-color: rgb(99,41,13); }

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