#653335

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

Shades of Jazz #653335

Tints of Jazz #653335

Color information

#653335 (or 0x653335) is unknown color: approx Jazz. HEX triplet: 65, 33 and 35. RGB value is (101,51,53). Sum of RGB (Red+Green+Blue) = 101+51+53=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653335 is #9ACCCA. Grayscale: #424242. Windows color (decimal): -10144971 or 3486565. OLE color: 3486565.

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

Color convert

RGB1015153-
CMYK00.500.480.60
HSL357.6º32.89%29.8%-
HSV(B)357.6º49.5%39.61%-
XYZ7.195.394.03-
YUV66.18120.56152.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=49.27%
G=24.88%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101515300.500.480.60357.632.8929.8
Hex653335032303C166211e
Octal145636506260745464136
Binary1100101110011110101011001011000011110010110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653335; }

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

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

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

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

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

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

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

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