#693E3C

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

Shades of Sanguine Brown #693E3C

Tints of Sanguine Brown #693E3C

Color information

#693E3C (or 0x693E3C) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3E and 3C. RGB value is (105,62,60). Sum of RGB (Red+Green+Blue) = 105+62+60=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #693E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E3C is #96C1C3. Grayscale: #4A4A4A. Windows color (decimal): -9880004 or 3948137. OLE color: 3948137.

HSL color Cylindrical-coordinate representation of color #693E3C: hue angle of 2.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693E3C is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1056260-
CMYK00.410.430.59
HSL2.67º27.27%32.35%-
HSV(B)2.67º42.86%41.18%-
XYZ8.366.775.14-
YUV74.63119.75149.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=46.26%
G=27.31%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105626000.410.430.592.6727.2732.35
Hex693E3C0292B3B31b20
Octal1517674051537333340
Binary110100111111011110001010011010111110111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E3C; }

 p { color: rgb(105,62,60); }

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

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

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

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

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

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

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