#693B3E

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

Shades of Tosca #693B3E

Tints of Tosca #693B3E

Color information

#693B3E (or 0x693B3E) is unknown color: approx Tosca. HEX triplet: 69, 3B and 3E. RGB value is (105,59,62). Sum of RGB (Red+Green+Blue) = 105+59+62=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B3E is #96C4C1. Grayscale: #494949. Windows color (decimal): -9880770 or 4078441. OLE color: 4078441.

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

Color convert

RGB1055962-
CMYK00.440.410.59
HSL356.09º28.05%32.16%-
HSV(B)356.09º43.81%41.18%-
XYZ8.266.485.37-
YUV73.1121.74150.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=46.46%
G=26.11%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105596200.440.410.59356.0928.0532.16
Hex693B3E02C293B1641c20
Octal151737605451735443440
Binary1101001111011111110010110010100111101110110010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,62); }

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

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

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

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

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

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

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