Html Css Color HEX #613A37 Persian Plum

📋 copy color: '#613A37'

red 97 ◦ green 58 ◦ blue 55

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

Shades of Persian Plum #613A37

Tints of Persian Plum #613A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 55 (21.88% from 255) = 26.19%

R = 46.19%
G = 27.62%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613A37 (or 0x613A37) is known color: Persian Plum. HEX triplet: 61, 3A and 37. RGB value is (97,58,55). Sum of RGB (Red+Green+Blue) = 97+58+55=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A37 is #9EC5C8. Grayscale: #454545. Windows color (decimal): -10405321 or 3619425. OLE color: 3619425.

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

Color convert

RGB 97 58 55 -
CMYK 0 0.40 0.43 0.62
HSL 4.29º 0.28% 0.3% -
HSV(B) 4.29º 0.43% 0.38% -
XYZ 7.13 5.84 4.37 -
YUV 69.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 97 58 55 0 0.40 0.43 0.62 4.29 0.28 0.3
Hex 61 3A 37 0 28 2B 3E 4 1C 1E
Octal 141 72 67 0 50 53 76 4 34 36
Binary 1100001 111010 110111 0 101000 101011 111110 100 11100 11110

Color Harmonies of #613A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A37

Black with #613A37

Text Example


Text Example

White with #613A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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