#613D39

Color #613D39 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #613D39

Tints of Sanguine Brown #613D39

Color information

#613D39 (or 0x613D39) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3D and 39. RGB value is (97,61,57). Sum of RGB (Red+Green+Blue) = 97+61+57=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D39 is #9EC2C6. Grayscale: #474747. Windows color (decimal): -10404551 or 3751265. OLE color: 3751265.

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

Color convert

RGB976157-
CMYK00.370.410.62
HSL25.97%30.2%-
HSV(B)41.24%38.04%-
XYZ7.346.174.68-
YUV71.31119.93146.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 57 (22.66% from 255) = 26.51%
R=45.12%
G=28.37%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97615700.370.410.62625.9730.2
Hex613D39025293E61a1e
Octal1417571045517663236
Binary110000111110111100101001011010011111101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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