#684A4B

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

Shades of Tosca #684A4B

Tints of Tosca #684A4B

Color information

#684A4B (or 0x684A4B) is unknown color: approx Tosca. HEX triplet: 68, 4A and 4B. RGB value is (104,74,75). Sum of RGB (Red+Green+Blue) = 104+74+75=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A4B is #97B5B4. Grayscale: #535353. Windows color (decimal): -9942453 or 4934248. OLE color: 4934248.

HSL color Cylindrical-coordinate representation of color #684A4B: hue angle of 358º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A4B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1047475-
CMYK00.290.280.59
HSL358º16.85%34.9%-
HSV(B)358º28.85%40.78%-
XYZ9.438.357.77-
YUV83.08123.44142.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=41.11%
G=29.25%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104747500.290.280.5935816.8534.9
Hex684A4B01D1C3B1661123
Octal15011211303534735462143
Binary1101000100101010010110111011110011101110110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A4B; }

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

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

<style>
 a { background-color: #684A4B; }

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

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

<style>
 span { border-color: #684A4B; }

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

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