#633B11

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

Shades of Baker's Chocolate #633B11

Tints of Baker's Chocolate #633B11

Color information

#633B11 (or 0x633B11) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 11. RGB value is (99,59,17). Sum of RGB (Red+Green+Blue) = 99+59+17=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B11 is #9CC4EE. Grayscale: #424242. Windows color (decimal): -10274031 or 1129315. OLE color: 1129315.

HSL color Cylindrical-coordinate representation of color #633B11: hue angle of 30.73º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #633B11 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB995917-
CMYK00.400.830.61
HSL30.73º70.69%22.75%-
HSV(B)30.73º82.83%38.82%-
XYZ6.815.821.29-
YUV66.17100.25151.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=56.57%
G=33.71%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99591700.400.830.6130.7370.6922.75
Hex633B11028533D1f4717
Octal1437321050123753710727
Binary1100011111011100010101000101001111110111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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