#632811

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

Shades of Baker's Chocolate #632811

Tints of Baker's Chocolate #632811

Color information

#632811 (or 0x632811) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 28 and 11. RGB value is (99,40,17). Sum of RGB (Red+Green+Blue) = 99+40+17=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632811 is #9CD7EE. Grayscale: #373737. Windows color (decimal): -10278895 or 1124451. OLE color: 1124451.

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

Color convert

RGB994017-
CMYK00.600.830.61
HSL16.83º70.69%22.75%-
HSV(B)16.83º82.83%38.82%-
XYZ6.014.211.03-
YUV55.02106.55159.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=63.46%
G=25.64%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99401700.600.830.6116.8370.6922.75
Hex63281103C533D114717
Octal1435021074123752110727
Binary1100011101000100010111100101001111110110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632811; }

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

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

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

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

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

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

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

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