#693A38

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

Shades of Sanguine Brown #693A38

Tints of Sanguine Brown #693A38

Color information

#693A38 (or 0x693A38) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3A and 38. RGB value is (105,58,56). Sum of RGB (Red+Green+Blue) = 105+58+56=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #693A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A38 is #96C5C7. Grayscale: #474747. Windows color (decimal): -9881032 or 3684969. OLE color: 3684969.

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

Color convert

RGB1055856-
CMYK00.450.470.59
HSL2.45º30.43%31.57%-
HSV(B)2.45º46.67%41.18%-
XYZ8.056.314.54-
YUV71.82119.07151.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=47.95%
G=26.48%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105585600.450.470.592.4530.4331.57
Hex693A3802D2F3B21e20
Octal1517270055577323640
Binary110100111101011100001011011011111110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,56); }

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

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

 a { background-color: rgb(105,58,56); }

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

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

 span { border-color: rgb(105,58,56); }

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