#63290C

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

Shades of Baker's Chocolate #63290C

Tints of Baker's Chocolate #63290C

Color information

#63290C (or 0x63290C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 0C. RGB value is (99,41,12). Sum of RGB (Red+Green+Blue) = 99+41+12=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63290C is #9CD6F3. Grayscale: #373737. Windows color (decimal): -10278644 or 797027. OLE color: 797027.

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

Color convert

RGB994112-
CMYK00.590.880.61
HSL20º78.38%21.76%-
HSV(B)20º87.88%38.82%-
XYZ64.270.85-
YUV55.04103.72159.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=65.13%
G=26.97%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99411200.590.880.612078.3821.76
Hex6329C03B583D144e16
Octal1435114073130752411626
Binary110001110100111000111011101100011110110100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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