#663337

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

Shades of Jazz #663337

Tints of Jazz #663337

Color information

#663337 (or 0x663337) is unknown color: approx Jazz. HEX triplet: 66, 33 and 37. RGB value is (102,51,55). Sum of RGB (Red+Green+Blue) = 102+51+55=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663337 is #99CCC8. Grayscale: #424242. Windows color (decimal): -10079433 or 3617638. OLE color: 3617638.

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

Color convert

RGB1025155-
CMYK00.50.460.6
HSL355.29º33.33%30%-
HSV(B)355.29º50%40%-
XYZ7.355.474.28-
YUV66.7121.4153.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=49.04%
G=24.52%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102515500.50.460.6355.2933.3330
Hex6633370322E3C163211e
Octal146636706256745434136
Binary1100110110011110111011001010111011110010110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663337; }

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

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

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

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

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

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

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

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