#63290A

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

Shades of Baker's Chocolate #63290A

Tints of Baker's Chocolate #63290A

Color information

#63290A (or 0x63290A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 0A. RGB value is (99,41,10). Sum of RGB (Red+Green+Blue) = 99+41+10=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63290A is #9CD6F5. Grayscale: #363636. Windows color (decimal): -10278646 or 665955. OLE color: 665955.

HSL color Cylindrical-coordinate representation of color #63290A: hue angle of 20.9º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63290A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB994110-
CMYK00.590.900.61
HSL20.9º81.65%21.37%-
HSV(B)20.9º89.9%38.82%-
XYZ5.994.260.79-
YUV54.81102.72159.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=66%
G=27.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99411000.590.900.6120.981.6521.37
Hex6329A03B5A3D155215
Octal1435112073132752512225
Binary110001110100110100111011101101011110110101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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