#663537

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

Shades of Jazz #663537

Tints of Jazz #663537

Color information

#663537 (or 0x663537) is unknown color: approx Jazz. HEX triplet: 66, 35 and 37. RGB value is (102,53,55). Sum of RGB (Red+Green+Blue) = 102+53+55=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663537 is #99CAC8. Grayscale: #434343. Windows color (decimal): -10078921 or 3618150. OLE color: 3618150.

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

Color convert

RGB1025355-
CMYK00.480.460.6
HSL357.55º31.61%30.39%-
HSV(B)357.55º48.04%40%-
XYZ7.445.654.31-
YUV67.88120.73152.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=48.57%
G=25.24%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535500.480.460.6357.5531.6130.39
Hex6635370302E3C166201e
Octal146656706056745464036
Binary1100110110101110111011000010111011110010110011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663537; }

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

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

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

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

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

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

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

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