#693F3F

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

Shades of Sanguine Brown #693F3F

Tints of Sanguine Brown #693F3F

Color information

#693F3F (or 0x693F3F) is unknown color: approx Sanguine Brown. HEX triplet: 69, 3F and 3F. RGB value is (105,63,63). Sum of RGB (Red+Green+Blue) = 105+63+63=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #693F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F3F is #96C0C0. Grayscale: #4B4B4B. Windows color (decimal): -9879745 or 4145001. OLE color: 4145001.

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

Color convert

RGB1056363-
CMYK00.40.40.59
HSL25%32.94%-
HSV(B)40%41.18%-
XYZ8.56.925.59-
YUV75.56120.91149-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 63 (25% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105636300.40.40.5902532.94
Hex693F3F028283B01921
Octal1517777050507303141
Binary11010011111111111110101000101000111011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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