#693D3F

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

Shades of Tosca #693D3F

Tints of Tosca #693D3F

Color information

#693D3F (or 0x693D3F) is unknown color: approx Tosca. HEX triplet: 69, 3D and 3F. RGB value is (105,61,63). Sum of RGB (Red+Green+Blue) = 105+61+63=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D3F is #96C2C0. Grayscale: #4A4A4A. Windows color (decimal): -9880257 or 4144489. OLE color: 4144489.

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

Color convert

RGB1056163-
CMYK00.420.40.59
HSL357.27º26.51%32.55%-
HSV(B)357.27º41.9%41.18%-
XYZ8.396.75.55-
YUV74.38121.58149.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 63 (25% from 255) = 27.51%
R=45.85%
G=26.64%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105616300.420.40.59357.2726.5132.55
Hex693D3F02A283B1651b21
Octal151757705250735453341
Binary1101001111101111111010101010100011101110110010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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