Html Css Color HEX #613634 Persian Plum

📋 copy color: '#613634'

red 97 ◦ green 54 ◦ blue 52

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

Shades of Persian Plum #613634

Tints of Persian Plum #613634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 47.78%
G = 26.6%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#613634 (or 0x613634) is known color: Persian Plum. HEX triplet: 61, 36 and 34. RGB value is (97,54,52). Sum of RGB (Red+Green+Blue) = 97+54+52=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613634 is #9EC9CB. Grayscale: #424242. Windows color (decimal): -10406348 or 3421793. OLE color: 3421793.

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

Color convert

RGB 97 54 52 -
CMYK 0 0.44 0.46 0.62
HSL 2.67º 0.3% 0.29% -
HSV(B) 2.67º 0.46% 0.38% -
XYZ 6.87 5.43 3.93 -
YUV 66.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 97 54 52 0 0.44 0.46 0.62 2.67 0.3 0.29
Hex 61 36 34 0 2C 2E 3E 3 1E 1D
Octal 141 66 64 0 54 56 76 3 36 35
Binary 1100001 110110 110100 0 101100 101110 111110 11 11110 11101

Color Harmonies of #613634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613634

Black with #613634

Text Example


Text Example

White with #613634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613634; }

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

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

background-color css

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

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

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

border-color css

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

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

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