#613B3B

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

Shades of Sanguine Brown #613B3B

Tints of Sanguine Brown #613B3B

Color information

#613B3B (or 0x613B3B) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3B and 3B. RGB value is (97,59,59). Sum of RGB (Red+Green+Blue) = 97+59+59=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B3B is #9EC4C4. Grayscale: #464646. Windows color (decimal): -10405061 or 3881825. OLE color: 3881825.

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

Color convert

RGB975959-
CMYK00.390.390.62
HSL24.36%30.59%-
HSV(B)39.18%38.04%-
XYZ7.285.994.91-
YUV70.36121.59147-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=45.12%
G=27.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97595900.390.390.62024.3630.59
Hex613B3B027273E0181f
Octal1417373047477603037
Binary1100001111011111011010011110011111111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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