#663237

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

Shades of Jazz #663237

Tints of Jazz #663237

Color information

#663237 (or 0x663237) is unknown color: approx Jazz. HEX triplet: 66, 32 and 37. RGB value is (102,50,55). Sum of RGB (Red+Green+Blue) = 102+50+55=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663237 is #99CDC8. Grayscale: #424242. Windows color (decimal): -10079689 or 3617382. OLE color: 3617382.

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

Color convert

RGB1025055-
CMYK00.510.460.6
HSL354.23º34.21%29.8%-
HSV(B)354.23º50.98%40%-
XYZ7.315.384.27-
YUV66.12121.73153.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=49.28%
G=24.15%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102505500.510.460.6354.2334.2129.8
Hex6632370332E3C162221e
Octal146626706356745424236
Binary1100110110010110111011001110111011110010110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663237; }

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

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

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

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

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

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

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

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