#632913

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

Shades of Baker's Chocolate #632913

Tints of Baker's Chocolate #632913

Color information

#632913 (or 0x632913) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 29 and 13. RGB value is (99,41,19). Sum of RGB (Red+Green+Blue) = 99+41+19=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632913 is #9CD6EC. Grayscale: #373737. Windows color (decimal): -10278637 or 1255779. OLE color: 1255779.

HSL color Cylindrical-coordinate representation of color #632913: hue angle of 16.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632913 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB994119-
CMYK00.590.810.61
HSL16.5º67.8%23.14%-
HSV(B)16.5º80.81%38.82%-
XYZ6.064.291.12-
YUV55.83107.22158.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=62.26%
G=25.79%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99411900.590.810.6116.567.823.14
Hex63291303B513D104417
Octal1435123073121752010427
Binary1100011101001100110111011101000111110110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632913; }

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

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

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

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

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

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

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

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