#693E3B

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

Shades of Sanguine Brown #693E3B

Tints of Sanguine Brown #693E3B

Color information

#693E3B (or 0x693E3B) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3E and 3B. RGB value is (105,62,59). Sum of RGB (Red+Green+Blue) = 105+62+59=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E3B is #96C1C4. Grayscale: #4A4A4A. Windows color (decimal): -9880005 or 3882601. OLE color: 3882601.

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

Color convert

RGB1056259-
CMYK00.410.440.59
HSL3.91º28.05%32.16%-
HSV(B)3.91º43.81%41.18%-
XYZ8.346.765-
YUV74.52119.25149.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=46.46%
G=27.43%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105625900.410.440.593.9128.0532.16
Hex693E3B0292C3B41c20
Octal1517673051547343440
Binary1101001111110111011010100110110011101110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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