Html Css Color HEX #613635 Persian Plum

📋 copy color: '#613635'

red 97 ◦ green 54 ◦ blue 53

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

Shades of Persian Plum #613635

Tints of Persian Plum #613635

RGB

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

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

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

R = 47.55%
G = 26.47%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#613635 (or 0x613635) is known color: Persian Plum. HEX triplet: 61, 36 and 35. RGB value is (97,54,53). Sum of RGB (Red+Green+Blue) = 97+54+53=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613635 is #9EC9CA. Grayscale: #424242. Windows color (decimal): -10406347 or 3487329. OLE color: 3487329.

HSL color Cylindrical-coordinate representation of color #613635: hue angle of 1.36º 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 #613635 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 53 -
CMYK 0 0.44 0.45 0.62
HSL 1.36º 0.29% 0.29% -
HSV(B) 1.36º 0.45% 0.38% -
XYZ 6.89 5.44 4.05 -
YUV 66.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 97 54 53 0 0.44 0.45 0.62 1.36 0.29 0.29
Hex 61 36 35 0 2C 2D 3E 1 1D 1D
Octal 141 66 65 0 54 55 76 1 35 35
Binary 1100001 110110 110101 0 101100 101101 111110 1 11101 11101

Color Harmonies of #613635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613635

Black with #613635

Text Example


Text Example

White with #613635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613635; }

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

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

background-color css

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

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

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

border-color css

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

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

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