#653035

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

Shades of Jazz #653035

Tints of Jazz #653035

Color information

#653035 (or 0x653035) is unknown color: approx Jazz. HEX triplet: 65, 30 and 35. RGB value is (101,48,53). Sum of RGB (Red+Green+Blue) = 101+48+53=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #653035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653035 is #9ACFCA. Grayscale: #404040. Windows color (decimal): -10145739 or 3485797. OLE color: 3485797.

HSL color Cylindrical-coordinate representation of color #653035: hue angle of 354.34º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653035 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1014853-
CMYK00.520.480.60
HSL354.34º35.57%29.22%-
HSV(B)354.34º52.48%39.61%-
XYZ7.075.143.99-
YUV64.42121.56154.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=50%
G=23.76%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101485300.520.480.60354.3435.5729.22
Hex653035034303C162241d
Octal145606506460745424435
Binary1100101110000110101011010011000011110010110001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653035; }

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

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

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

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

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

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

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

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