#6A4A4B

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

Shades of Tosca #6A4A4B

Tints of Tosca #6A4A4B

Color information

#6A4A4B (or 0x6A4A4B) is unknown color: approx Tosca. HEX triplet: 6A, 4A and 4B. RGB value is (106,74,75). Sum of RGB (Red+Green+Blue) = 106+74+75=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4A4B is #95B5B4. Grayscale: #535353. Windows color (decimal): -9811381 or 4934250. OLE color: 4934250.

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

Color convert

RGB1067475-
CMYK00.300.290.58
HSL358.12º17.78%35.29%-
HSV(B)358.12º30.19%41.57%-
XYZ9.668.477.78-
YUV83.68123.1143.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=41.57%
G=29.02%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106747500.300.290.58358.1217.7835.29
Hex6A4A4B01E1D3A1661223
Octal15211211303635725462243
Binary1101010100101010010110111101110111101010110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A4A4B; }

 p { color: rgb(106,74,75); }

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

<style>
 a { background-color: #6A4A4B; }

 a { background-color: rgb(106,74,75); }

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

<style>
 span { border-color: #6A4A4B; }

 span { border-color: rgb(106,74,75); }

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