#69494A

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

Shades of Tosca #69494A

Tints of Tosca #69494A

Color information

#69494A (or 0x69494A) is unknown color: approx Tosca. HEX triplet: 69, 49 and 4A. RGB value is (105,73,74). Sum of RGB (Red+Green+Blue) = 105+73+74=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #69494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69494A is #96B6B5. Grayscale: #525252. Windows color (decimal): -9877174 or 4868457. OLE color: 4868457.

HSL color Cylindrical-coordinate representation of color #69494A: hue angle of 358.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69494A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1057374-
CMYK00.300.300.59
HSL358.12º17.98%34.9%-
HSV(B)358.12º30.48%41.18%-
XYZ9.448.267.58-
YUV82.68123.1143.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=41.67%
G=28.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105737400.300.300.59358.1217.9834.9
Hex69494A01E1E3B1661223
Octal15111111203636735462243
Binary1101001100100110010100111101111011101110110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69494A; }

 p { color: rgb(105,73,74); }

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

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

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

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

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

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

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