#663235

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

Shades of Jazz #663235

Tints of Jazz #663235

Color information

#663235 (or 0x663235) is unknown color: approx Jazz. HEX triplet: 66, 32 and 35. RGB value is (102,50,53). Sum of RGB (Red+Green+Blue) = 102+50+53=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663235 is #99CDCA. Grayscale: #414141. Windows color (decimal): -10079691 or 3486310. OLE color: 3486310.

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

Color convert

RGB1025053-
CMYK00.510.480.6
HSL356.54º34.21%29.8%-
HSV(B)356.54º50.98%40%-
XYZ7.265.364.02-
YUV65.89120.73153.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=49.76%
G=24.39%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102505300.510.480.6356.5434.2129.8
Hex663235033303C165221e
Octal146626506360745454236
Binary1100110110010110101011001111000011110010110010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663235; }

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

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

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

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

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

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

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

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