#653234

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

Shades of Jazz #653234

Tints of Jazz #653234

Color information

#653234 (or 0x653234) is unknown color: approx Jazz. HEX triplet: 65, 32 and 34. RGB value is (101,50,52). Sum of RGB (Red+Green+Blue) = 101+50+52=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #653234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653234 is #9ACDCB. Grayscale: #414141. Windows color (decimal): -10145228 or 3420773. OLE color: 3420773.

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

Color convert

RGB1015052-
CMYK00.500.490.60
HSL357.65º33.77%29.61%-
HSV(B)357.65º50.5%39.61%-
XYZ7.135.33.9-
YUV65.48120.4153.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=49.75%
G=24.63%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101505200.500.490.60357.6533.7729.61
Hex653234032313C166221e
Octal145626406261745464236
Binary1100101110010110100011001011000111110010110011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653234; }

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

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

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

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

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

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

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

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