#632810

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

Shades of Baker's Chocolate #632810

Tints of Baker's Chocolate #632810

Color information

#632810 (or 0x632810) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 28 and 10. RGB value is (99,40,16). Sum of RGB (Red+Green+Blue) = 99+40+16=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632810 is #9CD7EF. Grayscale: #373737. Windows color (decimal): -10278896 or 1058915. OLE color: 1058915.

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

Color convert

RGB994016-
CMYK00.600.840.61
HSL17.35º72.17%22.55%-
HSV(B)17.35º83.84%38.82%-
XYZ64.210.99-
YUV54.9106.05159.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=63.87%
G=25.81%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99401600.600.840.6117.3572.1722.55
Hex63281003C543D114817
Octal1435020074124752111027
Binary1100011101000100000111100101010011110110001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632810; }

 p { color: rgb(99,40,16); }

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

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

 a { background-color: rgb(99,40,16); }

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

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

 span { border-color: rgb(99,40,16); }

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