#633B10

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

Shades of Baker's Chocolate #633B10

Tints of Baker's Chocolate #633B10

Color information

#633B10 (or 0x633B10) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 10. RGB value is (99,59,16). Sum of RGB (Red+Green+Blue) = 99+59+16=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #633B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B10 is #9CC4EF. Grayscale: #424242. Windows color (decimal): -10274032 or 1063779. OLE color: 1063779.

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

Color convert

RGB995916-
CMYK00.400.840.61
HSL31.08º72.17%22.55%-
HSV(B)31.08º83.84%38.82%-
XYZ6.85.821.25-
YUV66.0699.75151.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=56.90%
G=33.91%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99591600.400.840.6131.0872.1722.55
Hex633B10028543D1f4817
Octal1437320050124753711027
Binary1100011111011100000101000101010011110111111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633B10; }

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

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

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

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

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

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

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

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