#69464A

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

Shades of Tosca #69464A

Tints of Tosca #69464A

Color information

#69464A (or 0x69464A) is unknown color: approx Tosca. HEX triplet: 69, 46 and 4A. RGB value is (105,70,74). Sum of RGB (Red+Green+Blue) = 105+70+74=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69464A is #96B9B5. Grayscale: #505050. Windows color (decimal): -9877942 or 4867689. OLE color: 4867689.

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

Color convert

RGB1057074-
CMYK00.330.300.59
HSL353.14º20%34.31%-
HSV(B)353.14º33.33%41.18%-
XYZ9.257.887.51-
YUV80.92124.1145.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=42.17%
G=28.11%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105707400.330.300.59353.142034.31
Hex69464A0211E3B1611422
Octal15110611204136735412442
Binary11010011000110100101001000011111011101110110000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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