#633510

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

Shades of Baker's Chocolate #633510

Tints of Baker's Chocolate #633510

Color information

#633510 (or 0x633510) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 10. RGB value is (99,53,16). Sum of RGB (Red+Green+Blue) = 99+53+16=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #633510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633510 is #9CCAEF. Grayscale: #3E3E3E. Windows color (decimal): -10275568 or 1062243. OLE color: 1062243.

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

Color convert

RGB995316-
CMYK00.460.840.61
HSL26.75º72.17%22.55%-
HSV(B)26.75º83.84%38.82%-
XYZ6.515.241.16-
YUV62.54101.74154.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=58.93%
G=31.55%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99531600.460.840.6126.7572.1722.55
Hex63351002E543D1b4817
Octal1436520056124753311027
Binary1100011110101100000101110101010011110111011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633510; }

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

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

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

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

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

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

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

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