#613836

Color #613836 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #613836

Tints of Persian Plum #613836

Color information

#613836 (or 0x613836) is unknown color: approx Persian Plum. HEX triplet: 61, 38 and 36. RGB value is (97,56,54). Sum of RGB (Red+Green+Blue) = 97+56+54=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613836 is #9EC7C9. Grayscale: #444444. Windows color (decimal): -10405834 or 3553377. OLE color: 3553377.

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

Color convert

RGB975654-
CMYK00.420.440.62
HSL2.79º28.48%29.61%-
HSV(B)2.79º44.33%38.04%-
XYZ7.015.644.21-
YUV68.03120.08148.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=46.86%
G=27.05%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97565400.420.440.622.7928.4829.61
Hex61383602A2C3E31c1e
Octal1417066052547633436
Binary11000011110001101100101010101100111110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613836; }

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

 H1.HeaderClassName
 {
   color: #613836;
 }
 .AnyTagClassName
 {
   color: #613836;
 }
</style>
background-color css

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

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

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

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

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

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