#693B37

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

Shades of Sanguine Brown #693B37

Tints of Sanguine Brown #693B37

Color information

#693B37 (or 0x693B37) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3B and 37. RGB value is (105,59,55). Sum of RGB (Red+Green+Blue) = 105+59+55=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #693B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B37 is #96C4C8. Grayscale: #484848. Windows color (decimal): -9880777 or 3619689. OLE color: 3619689.

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

Color convert

RGB1055955-
CMYK00.440.480.59
HSL4.8º31.25%31.37%-
HSV(B)4.8º47.62%41.18%-
XYZ8.086.414.43-
YUV72.3118.24151.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=47.95%
G=26.94%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105595500.440.480.594.831.2531.37
Hex693B3702C303B51f1f
Octal1517367054607353737
Binary110100111101111011101011001100001110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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