#693F3D

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

Shades of Sanguine Brown #693F3D

Tints of Sanguine Brown #693F3D

Color information

#693F3D (or 0x693F3D) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3F and 3D. RGB value is (105,63,61). Sum of RGB (Red+Green+Blue) = 105+63+61=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F3D is #96C0C2. Grayscale: #4B4B4B. Windows color (decimal): -9879747 or 4013929. OLE color: 4013929.

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

Color convert

RGB1056361-
CMYK00.40.420.59
HSL2.73º26.51%32.55%-
HSV(B)2.73º41.9%41.18%-
XYZ8.456.95.3-
YUV75.33119.91149.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=45.85%
G=27.51%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105636100.40.420.592.7326.5132.55
Hex693F3D0282A3B31b21
Octal1517775050527333341
Binary110100111111111110101010001010101110111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,61); }

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

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

 a { background-color: rgb(105,63,61); }

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

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

 span { border-color: rgb(105,63,61); }

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