Html Css Color HEX #613938 Persian Plum

📋 copy color: '#613938'

red 97 ◦ green 57 ◦ blue 56

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

Shades of Persian Plum #613938

Tints of Persian Plum #613938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 46.19%
G = 27.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#613938 (or 0x613938) is known color: Persian Plum. HEX triplet: 61, 39 and 38. RGB value is (97,57,56). Sum of RGB (Red+Green+Blue) = 97+57+56=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613938 is #9EC6C7. Grayscale: #444444. Windows color (decimal): -10405576 or 3684705. OLE color: 3684705.

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

Color convert

RGB 97 57 56 -
CMYK 0 0.41 0.42 0.62
HSL 1.46º 0.27% 0.3% -
HSV(B) 1.46º 0.42% 0.38% -
XYZ 7.11 5.75 4.48 -
YUV 68.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 97 57 56 0 0.41 0.42 0.62 1.46 0.27 0.3
Hex 61 39 38 0 29 2A 3E 1 1B 1E
Octal 141 71 70 0 51 52 76 1 33 36
Binary 1100001 111001 111000 0 101001 101010 111110 1 11011 11110

Color Harmonies of #613938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613938

Black with #613938

Text Example


Text Example

White with #613938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613938; }

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

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

background-color css

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

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

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

border-color css

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

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

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