#653236

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

Shades of Jazz #653236

Tints of Jazz #653236

Color information

#653236 (or 0x653236) is unknown color: approx Jazz. HEX triplet: 65, 32 and 36. RGB value is (101,50,54). Sum of RGB (Red+Green+Blue) = 101+50+54=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653236 is #9ACDC9. Grayscale: #414141. Windows color (decimal): -10145226 or 3551845. OLE color: 3551845.

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

Color convert

RGB1015054-
CMYK00.500.470.60
HSL355.29º33.77%29.61%-
HSV(B)355.29º50.5%39.61%-
XYZ7.175.314.14-
YUV65.7121.4153.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=49.27%
G=24.39%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101505400.500.470.60355.2933.7729.61
Hex6532360322F3C163221e
Octal145626606257745434236
Binary1100101110010110110011001010111111110010110001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653236; }

 p { color: rgb(101,50,54); }

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

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

 a { background-color: rgb(101,50,54); }

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

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

 span { border-color: rgb(101,50,54); }

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