#613C3C

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

Shades of Sanguine Brown #613C3C

Tints of Sanguine Brown #613C3C

Color information

#613C3C (or 0x613C3C) is unknown color: approx Sanguine Brown. HEX triplet: 61, 3C and 3C. RGB value is (97,60,60). Sum of RGB (Red+Green+Blue) = 97+60+60=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C3C is #9EC3C3. Grayscale: #474747. Windows color (decimal): -10404804 or 3947617. OLE color: 3947617.

HSL color Cylindrical-coordinate representation of color #613C3C: 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.38%. Process color model (Four color, CMYK) of #613C3C is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB976060-
CMYK00.380.380.62
HSL23.57%30.78%-
HSV(B)38.14%38.04%-
XYZ7.366.15.06-
YUV71.06121.76146.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=44.70%
G=27.65%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97606000.380.380.62023.5730.78
Hex613C3C026263E0181f
Octal1417474046467603037
Binary1100001111100111100010011010011011111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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