#663037

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

Shades of Jazz #663037

Tints of Jazz #663037

Color information

#663037 (or 0x663037) is unknown color: approx Jazz. HEX triplet: 66, 30 and 37. RGB value is (102,48,55). Sum of RGB (Red+Green+Blue) = 102+48+55=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663037 is #99CFC8. Grayscale: #404040. Windows color (decimal): -10080201 or 3616870. OLE color: 3616870.

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

Color convert

RGB1024855-
CMYK00.530.460.6
HSL352.22º36%29.41%-
HSV(B)352.22º52.94%40%-
XYZ7.235.214.24-
YUV64.94122.39154.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=49.76%
G=23.41%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102485500.530.460.6352.223629.41
Hex6630370352E3C160241d
Octal146606706556745404435
Binary1100110110000110111011010110111011110010110000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663037; }

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

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

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

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

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

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

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

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