#653338

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

Shades of Jazz #653338

Tints of Jazz #653338

Color information

#653338 (or 0x653338) is unknown color: approx Jazz. HEX triplet: 65, 33 and 38. RGB value is (101,51,56). Sum of RGB (Red+Green+Blue) = 101+51+56=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #653338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653338 is #9ACCC7. Grayscale: #424242. Windows color (decimal): -10144968 or 3683173. OLE color: 3683173.

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

Color convert

RGB1015156-
CMYK00.500.450.60
HSL354º32.89%29.8%-
HSV(B)354º49.5%39.61%-
XYZ7.265.424.4-
YUV66.52122.06152.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.56%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=48.56%
G=24.52%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101515600.500.450.6035432.8929.8
Hex6533380322D3C162211e
Octal145637006255745424136
Binary1100101110011111000011001010110111110010110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653338; }

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

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

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

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

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

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

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

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