Html Css Color HEX #653534 Persian Plum

📋 copy color: '#653534'

red 101 ◦ green 53 ◦ blue 52

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

Shades of Persian Plum #653534

Tints of Persian Plum #653534

RGB

 RED value IS 101 (39.84% from 255) = 49.03%

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 49.03%
G = 25.73%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#653534 (or 0x653534) is known color: Persian Plum. HEX triplet: 65, 35 and 34. RGB value is (101,53,52). Sum of RGB (Red+Green+Blue) = 101+53+52=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #653534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653534 is #9ACACB. Grayscale: #434343. Windows color (decimal): -10144460 or 3421541. OLE color: 3421541.

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

Color convert

RGB 101 53 52 -
CMYK 0 0.48 0.49 0.60
HSL 1.22º 0.32% 0.3% -
HSV(B) 1.22º 0.49% 0.4% -
XYZ 7.26 5.56 3.94 -
YUV 67.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 101 53 52 0 0.48 0.49 0.60 1.22 0.32 0.3
Hex 65 35 34 0 30 31 3C 1 20 1E
Octal 145 65 64 0 60 61 74 1 40 36
Binary 1100101 110101 110100 0 110000 110001 111100 1 100000 11110

Color Harmonies of #653534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653534

Black with #653534

Text Example


Text Example

White with #653534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653534; }

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

 H1.HeaderClassName
 {
   color: #653534;
 }
 .AnyTagClassName
 {
   color: #653534;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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