#663335

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

Shades of Jazz #663335

Tints of Jazz #663335

Color information

#663335 (or 0x663335) is unknown color: approx Jazz. HEX triplet: 66, 33 and 35. RGB value is (102,51,53). Sum of RGB (Red+Green+Blue) = 102+51+53=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663335 is #99CCCA. Grayscale: #424242. Windows color (decimal): -10079435 or 3486566. OLE color: 3486566.

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

Color convert

RGB1025153-
CMYK00.50.480.6
HSL357.65º33.33%30%-
HSV(B)357.65º50%40%-
XYZ7.315.454.03-
YUV66.48120.4153.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=49.51%
G=24.76%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102515300.50.480.6357.6533.3330
Hex663335032303C166211e
Octal146636506260745464136
Binary1100110110011110101011001011000011110010110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663335; }

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

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

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

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

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

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

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

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