Html Css Color HEX #613835 Persian Plum

📋 copy color: '#613835'

red 97 ◦ green 56 ◦ blue 53

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

Shades of Persian Plum #613835

Tints of Persian Plum #613835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 47.09%
G = 27.18%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#613835 (or 0x613835) is known color: Persian Plum. HEX triplet: 61, 38 and 35. RGB value is (97,56,53). Sum of RGB (Red+Green+Blue) = 97+56+53=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613835 is #9EC7CA. Grayscale: #434343. Windows color (decimal): -10405835 or 3487841. OLE color: 3487841.

HSL color Cylindrical-coordinate representation of color #613835: hue angle of 4.09º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613835 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 53 -
CMYK 0 0.42 0.45 0.62
HSL 4.09º 0.29% 0.29% -
HSV(B) 4.09º 0.45% 0.38% -
XYZ 6.99 5.63 4.09 -
YUV 67.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 97 56 53 0 0.42 0.45 0.62 4.09 0.29 0.29
Hex 61 38 35 0 2A 2D 3E 4 1D 1D
Octal 141 70 65 0 52 55 76 4 35 35
Binary 1100001 111000 110101 0 101010 101101 111110 100 11101 11101

Color Harmonies of #613835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613835

Black with #613835

Text Example


Text Example

White with #613835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613835; }

 p { color: rgb(97,56,53); }

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

background-color css

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

 a { background-color: rgb(97,56,53); }

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

border-color css

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

 span { border-color: rgb(97,56,53); }

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