#693837

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

Shades of Sanguine Brown #693837

Tints of Sanguine Brown #693837

Color information

#693837 (or 0x693837) is unknown color: approx Sanguine Brown. HEX triplet: 69, 38 and 37. RGB value is (105,56,55). Sum of RGB (Red+Green+Blue) = 105+56+55=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #693837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693837 is #96C7C8. Grayscale: #464646. Windows color (decimal): -9881545 or 3618921. OLE color: 3618921.

HSL color Cylindrical-coordinate representation of color #693837: hue angle of 1.2º 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 #693837 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1055655-
CMYK00.470.480.59
HSL1.2º31.25%31.37%-
HSV(B)1.2º47.62%41.18%-
XYZ7.936.114.38-
YUV70.54119.23152.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=48.61%
G=25.93%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105565500.470.480.591.231.2531.37
Hex69383702F303B11f1f
Octal1517067057607313737
Binary1101001111000110111010111111000011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693837; }

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

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

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

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

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

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

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

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