#613A3A

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

Shades of Sanguine Brown #613A3A

Tints of Sanguine Brown #613A3A

Color information

#613A3A (or 0x613A3A) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3A and 3A. RGB value is (97,58,58). Sum of RGB (Red+Green+Blue) = 97+58+58=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3A is #9EC5C5. Grayscale: #454545. Windows color (decimal): -10405318 or 3816033. OLE color: 3816033.

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

Color convert

RGB975858-
CMYK00.400.400.62
HSL25.16%30.39%-
HSV(B)40.21%38.04%-
XYZ7.215.874.76-
YUV69.66121.42147.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=45.54%
G=27.23%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585800.400.400.62025.1630.39
Hex613A3A028283E0191e
Octal1417272050507603136
Binary1100001111010111010010100010100011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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