#69474A

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

Shades of Tosca #69474A

Tints of Tosca #69474A

Color information

#69474A (or 0x69474A) is unknown color: approx Tosca. HEX triplet: 69, 47 and 4A. RGB value is (105,71,74). Sum of RGB (Red+Green+Blue) = 105+71+74=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #69474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69474A is #96B8B5. Grayscale: #515151. Windows color (decimal): -9877686 or 4867945. OLE color: 4867945.

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

Color convert

RGB1057174-
CMYK00.320.300.59
HSL354.71º19.32%34.51%-
HSV(B)354.71º32.38%41.18%-
XYZ9.3187.53-
YUV81.51123.76144.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=42%
G=28.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105717400.320.300.59354.7119.3234.51
Hex69474A0201E3B1631323
Octal15110711204036735432343
Binary11010011000111100101001000001111011101110110001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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