#632710

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

Shades of Baker's Chocolate #632710

Tints of Baker's Chocolate #632710

Color information

#632710 (or 0x632710) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 27 and 10. RGB value is (99,39,16). Sum of RGB (Red+Green+Blue) = 99+39+16=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632710 is #9CD8EF. Grayscale: #363636. Windows color (decimal): -10279152 or 1058659. OLE color: 1058659.

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

Color convert

RGB993916-
CMYK00.610.840.61
HSL16.63º72.17%22.55%-
HSV(B)16.63º83.84%38.82%-
XYZ5.964.140.98-
YUV54.32106.38159.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=64.29%
G=25.32%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99391600.610.840.6116.6372.1722.55
Hex63271003D543D114817
Octal1434720075124752111027
Binary1100011100111100000111101101010011110110001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632710; }

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

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

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

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

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

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

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

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