#693835

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

Shades of Sanguine Brown #693835

Tints of Sanguine Brown #693835

Color information

#693835 (or 0x693835) is unknown color: approx Sanguine Brown. HEX triplet: 69, 38 and 35. RGB value is (105,56,53). Sum of RGB (Red+Green+Blue) = 105+56+53=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693835 is #96C7CA. Grayscale: #464646. Windows color (decimal): -9881547 or 3487849. OLE color: 3487849.

HSL color Cylindrical-coordinate representation of color #693835: hue angle of 3.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693835 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1055653-
CMYK00.470.500.59
HSL3.46º32.91%30.98%-
HSV(B)3.46º49.52%41.18%-
XYZ7.886.094.13-
YUV70.31118.23152.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=49.07%
G=26.17%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105565300.470.500.593.4632.9130.98
Hex69383502F323B3211f
Octal1517065057627334137
Binary110100111100011010101011111100101110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693835; }

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

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

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

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

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

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

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

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