Html Css Color HEX #653632 Persian Plum

📋 copy color: '#653632'

red 101 ◦ green 54 ◦ blue 50

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

Shades of Persian Plum #653632

Tints of Persian Plum #653632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 49.27%
G = 26.34%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653632 (or 0x653632) is known color: Persian Plum. HEX triplet: 65, 36 and 32. RGB value is (101,54,50). Sum of RGB (Red+Green+Blue) = 101+54+50=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653632 is #9AC9CD. Grayscale: #434343. Windows color (decimal): -10144206 or 3290725. OLE color: 3290725.

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

Color convert

RGB 101 54 50 -
CMYK 0 0.47 0.50 0.60
HSL 4.71º 0.34% 0.3% -
HSV(B) 4.71º 0.5% 0.4% -
XYZ 7.26 5.64 3.72 -
YUV 67.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 101 54 50 0 0.47 0.50 0.60 4.71 0.34 0.3
Hex 65 36 32 0 2F 32 3C 5 22 1E
Octal 145 66 62 0 57 62 74 5 42 36
Binary 1100101 110110 110010 0 101111 110010 111100 101 100010 11110

Color Harmonies of #653632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653632

Black with #653632

Text Example


Text Example

White with #653632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653632; }

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

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

background-color css

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

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

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

border-color css

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

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

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