Html Css Color HEX #653335 Jazz

📋 copy color: '#653335'

red 101 ◦ green 51 ◦ blue 53

#653335
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #653335

Tints of Jazz #653335

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 value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#653335 (or 0x653335) is known color: 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

RGB 101 51 53 -
CMYK 0 0.50 0.48 0.60
HSL 357.6º 0.33% 0.3% -
HSV(B) 357.6º 0.5% 0.4% -
XYZ 7.19 5.39 4.03 -
YUV 66.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 101 51 53 0 0.50 0.48 0.60 357.6 0.33 0.3
Hex 65 33 35 0 32 30 3C 166 21 1E
Octal 145 63 65 0 62 60 74 546 41 36
Binary 1100101 110011 110101 0 110010 110000 111100 101100110 100001 11110

Color Harmonies of #653335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653335

Black with #653335

Text Example


Text Example

White with #653335

Text Example


Text Example

HTML Codes & Css Web 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>