Html Css Color HEX #613936 Persian Plum

📋 copy color: '#613936'

red 97 ◦ green 57 ◦ blue 54

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

Shades of Persian Plum #613936

Tints of Persian Plum #613936

RGB

 RED value IS 97 (38.28% from 255) = 46.63%

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 46.63%
G = 27.4%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#613936 (or 0x613936) is known color: Persian Plum. HEX triplet: 61, 39 and 36. RGB value is (97,57,54). Sum of RGB (Red+Green+Blue) = 97+57+54=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613936 is #9EC6C9. Grayscale: #444444. Windows color (decimal): -10405578 or 3553633. OLE color: 3553633.

HSL color Cylindrical-coordinate representation of color #613936: hue angle of 4.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613936 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 54 -
CMYK 0 0.41 0.44 0.62
HSL 4.19º 0.28% 0.3% -
HSV(B) 4.19º 0.44% 0.38% -
XYZ 7.06 5.73 4.22 -
YUV 68.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 97 57 54 0 0.41 0.44 0.62 4.19 0.28 0.3
Hex 61 39 36 0 29 2C 3E 4 1C 1E
Octal 141 71 66 0 51 54 76 4 34 36
Binary 1100001 111001 110110 0 101001 101100 111110 100 11100 11110

Color Harmonies of #613936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613936

Black with #613936

Text Example


Text Example

White with #613936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613936; }

 p { color: rgb(97,57,54); }

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

background-color css

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

 a { background-color: rgb(97,57,54); }

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

border-color css

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

 span { border-color: rgb(97,57,54); }

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