#693A3A

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

Shades of Sanguine Brown #693A3A

Tints of Sanguine Brown #693A3A

Color information

#693A3A (or 0x693A3A) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3A and 3A. RGB value is (105,58,58). Sum of RGB (Red+Green+Blue) = 105+58+58=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A3A is #96C5C5. Grayscale: #484848. Windows color (decimal): -9881030 or 3816041. OLE color: 3816041.

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

Color convert

RGB1055858-
CMYK00.450.450.59
HSL28.83%31.96%-
HSV(B)44.76%41.18%-
XYZ8.16.334.8-
YUV72.05120.07151.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=47.51%
G=26.24%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105585800.450.450.59028.8331.96
Hex693A3A02D2D3B01d20
Octal1517272055557303540
Binary11010011110101110100101101101101111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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