Html Css Color HEX #613736 Persian Plum

📋 copy color: '#613736'

red 97 ◦ green 55 ◦ blue 54

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

Shades of Persian Plum #613736

Tints of Persian Plum #613736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 47.09%
G = 26.7%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#613736 (or 0x613736) is known color: Persian Plum. HEX triplet: 61, 37 and 36. RGB value is (97,55,54). Sum of RGB (Red+Green+Blue) = 97+55+54=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613736 is #9EC8C9. Grayscale: #434343. Windows color (decimal): -10406090 or 3553121. OLE color: 3553121.

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

Color convert

RGB 97 55 54 -
CMYK 0 0.43 0.44 0.62
HSL 1.4º 0.28% 0.3% -
HSV(B) 1.4º 0.44% 0.38% -
XYZ 6.96 5.54 4.19 -
YUV 67.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 97 55 54 0 0.43 0.44 0.62 1.4 0.28 0.3
Hex 61 37 36 0 2B 2C 3E 1 1C 1E
Octal 141 67 66 0 53 54 76 1 34 36
Binary 1100001 110111 110110 0 101011 101100 111110 1 11100 11110

Color Harmonies of #613736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613736

Black with #613736

Text Example


Text Example

White with #613736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613736; }

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

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

background-color css

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

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

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

border-color css

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

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

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