#632610

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

Shades of Baker's Chocolate #632610

Tints of Baker's Chocolate #632610

Color information

#632610 (or 0x632610) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 26 and 10. RGB value is (99,38,16). Sum of RGB (Red+Green+Blue) = 99+38+16=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632610 is #9CD9EF. Grayscale: #353535. Windows color (decimal): -10279408 or 1058403. OLE color: 1058403.

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

Color convert

RGB993816-
CMYK00.620.840.61
HSL15.9º72.17%22.55%-
HSV(B)15.9º83.84%38.82%-
XYZ5.934.080.96-
YUV53.73106.71160.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=64.71%
G=24.84%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99381600.620.840.6115.972.1722.55
Hex63261003E543D104817
Octal1434620076124752011027
Binary1100011100110100000111110101010011110110000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632610; }

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

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

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

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

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

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

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

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