Html Css Color HEX #68494A Tosca

📋 copy color: '#68494A'

red 104 ◦ green 73 ◦ blue 74

#68494A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #68494A

Tints of Tosca #68494A

RGB

 RED value IS 104 (41.02% from 255) = 41.43%

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 41.43%
G = 29.08%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68494A (or 0x68494A) is known color: Tosca. HEX triplet: 68, 49 and 4A. RGB value is (104,73,74). Sum of RGB (Red+Green+Blue) = 104+73+74=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68494A is #97B6B5. Grayscale: #525252. Windows color (decimal): -9942710 or 4868456. OLE color: 4868456.

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

Color convert

RGB 104 73 74 -
CMYK 0 0.30 0.29 0.59
HSL 358.06º 0.18% 0.35% -
HSV(B) 358.06º 0.3% 0.41% -
XYZ 9.33 8.2 7.57 -
YUV 82.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 104 73 74 0 0.30 0.29 0.59 358.06 0.18 0.35
Hex 68 49 4A 0 1E 1D 3B 166 12 23
Octal 150 111 112 0 36 35 73 546 22 43
Binary 1101000 1001001 1001010 0 11110 11101 111011 101100110 10010 100011

Color Harmonies of #68494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68494A

Black with #68494A

Text Example


Text Example

White with #68494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68494A;
 }
 .AnyTagClassName
 {
   color: #68494A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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