#632510

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

Shades of Baker's Chocolate #632510

Tints of Baker's Chocolate #632510

Color information

#632510 (or 0x632510) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 25 and 10. RGB value is (99,37,16). Sum of RGB (Red+Green+Blue) = 99+37+16=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632510 is #9CDAEF. Grayscale: #353535. Windows color (decimal): -10279664 or 1058147. OLE color: 1058147.

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

Color convert

RGB993716-
CMYK00.630.840.61
HSL15.18º72.17%22.55%-
HSV(B)15.18º83.84%38.82%-
XYZ5.94.010.95-
YUV53.14107.04160.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=65.13%
G=24.34%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99371600.630.840.6115.1872.1722.55
Hex63251003F543Df4817
Octal1434520077124751711027
Binary110001110010110000011111110101001111011111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632510; }

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

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

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

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

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

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

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

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