#633710

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

Shades of Baker's Chocolate #633710

Tints of Baker's Chocolate #633710

Color information

#633710 (or 0x633710) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 10. RGB value is (99,55,16). Sum of RGB (Red+Green+Blue) = 99+55+16=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633710 is #9CC8EF. Grayscale: #3F3F3F. Windows color (decimal): -10275056 or 1062755. OLE color: 1062755.

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

Color convert

RGB995516-
CMYK00.440.840.61
HSL28.19º72.17%22.55%-
HSV(B)28.19º83.84%38.82%-
XYZ6.615.421.19-
YUV63.71101.08153.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=58.24%
G=32.35%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99551600.440.840.6128.1972.1722.55
Hex63371002C543D1c4817
Octal1436720054124753411027
Binary1100011110111100000101100101010011110111100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633710; }

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

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

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

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

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

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

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

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