#632C10

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

Shades of Baker's Chocolate #632C10

Tints of Baker's Chocolate #632C10

Color information

#632C10 (or 0x632C10) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 10. RGB value is (99,44,16). Sum of RGB (Red+Green+Blue) = 99+44+16=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C10 is #9CD3EF. Grayscale: #393939. Windows color (decimal): -10277872 or 1059939. OLE color: 1059939.

HSL color Cylindrical-coordinate representation of color #632C10: hue angle of 20.24º 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 #632C10 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB994416-
CMYK00.560.840.61
HSL20.24º72.17%22.55%-
HSV(B)20.24º83.84%38.82%-
XYZ6.144.491.03-
YUV57.25104.72157.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=62.26%
G=27.67%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99441600.560.840.6120.2472.1722.55
Hex632C10038543D144817
Octal1435420070124752411027
Binary1100011101100100000111000101010011110110100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C10; }

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

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

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

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

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

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

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

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