#663236

Color #663236 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #663236

Tints of Jazz #663236

Color information

#663236 (or 0x663236) is unknown color: approx Jazz. HEX triplet: 66, 32 and 36. RGB value is (102,50,54). Sum of RGB (Red+Green+Blue) = 102+50+54=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663236 is #99CDC9. Grayscale: #424242. Windows color (decimal): -10079690 or 3551846. OLE color: 3551846.

HSL color Cylindrical-coordinate representation of color #663236: hue angle of 355.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663236 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1025054-
CMYK00.510.470.6
HSL355.38º34.21%29.8%-
HSV(B)355.38º50.98%40%-
XYZ7.295.374.14-
YUV66121.23153.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=49.51%
G=24.27%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102505400.510.470.6355.3834.2129.8
Hex6632360332F3C163221e
Octal146626606357745434236
Binary1100110110010110110011001110111111110010110001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663236; }

 p { color: rgb(102,50,54); }

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

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

 a { background-color: rgb(102,50,54); }

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

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

 span { border-color: rgb(102,50,54); }

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