#68484A

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

Shades of Tosca #68484A

Tints of Tosca #68484A

Color information

#68484A (or 0x68484A) is unknown color: approx Tosca. HEX triplet: 68, 48 and 4A. RGB value is (104,72,74). Sum of RGB (Red+Green+Blue) = 104+72+74=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68484A is #97B7B5. Grayscale: #515151. Windows color (decimal): -9942966 or 4868200. OLE color: 4868200.

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

Color convert

RGB1047274-
CMYK00.310.290.59
HSL356.25º18.18%34.51%-
HSV(B)356.25º30.77%40.78%-
XYZ9.268.077.55-
YUV81.8123.6143.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=41.6%
G=28.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104727400.310.290.59356.2518.1834.51
Hex68484A01F1D3B1641223
Octal15011011203735735442243
Binary1101000100100010010100111111110111101110110010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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