#663036

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

Shades of Jazz #663036

Tints of Jazz #663036

Color information

#663036 (or 0x663036) is unknown color: approx Jazz. HEX triplet: 66, 30 and 36. RGB value is (102,48,54). Sum of RGB (Red+Green+Blue) = 102+48+54=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663036 is #99CFC9. Grayscale: #404040. Windows color (decimal): -10080202 or 3551334. OLE color: 3551334.

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

Color convert

RGB1024854-
CMYK00.530.470.6
HSL353.33º36%29.41%-
HSV(B)353.33º52.94%40%-
XYZ7.25.214.12-
YUV64.83121.89154.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102485400.530.470.6353.333629.41
Hex6630360352F3C161241d
Octal146606606557745414435
Binary1100110110000110110011010110111111110010110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663036; }

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

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

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

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

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

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

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

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