Html Css Color HEX #68474A Tosca

📋 copy color: '#68474A'

red 104 ◦ green 71 ◦ blue 74

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

Shades of Tosca #68474A

Tints of Tosca #68474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 41.77%
G = 28.51%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68474A (or 0x68474A) is known color: Tosca. HEX triplet: 68, 47 and 4A. RGB value is (104,71,74). Sum of RGB (Red+Green+Blue) = 104+71+74=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68474A is #97B8B5. Grayscale: #515151. Windows color (decimal): -9943222 or 4867944. OLE color: 4867944.

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

Color convert

RGB 104 71 74 -
CMYK 0 0.32 0.29 0.59
HSL 354.55º 0.19% 0.34% -
HSV(B) 354.55º 0.32% 0.41% -
XYZ 9.2 7.94 7.53 -
YUV 81.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 104 71 74 0 0.32 0.29 0.59 354.55 0.19 0.34
Hex 68 47 4A 0 20 1D 3B 163 13 22
Octal 150 107 112 0 40 35 73 543 23 42
Binary 1101000 1000111 1001010 0 100000 11101 111011 101100011 10011 100010

Color Harmonies of #68474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68474A

Black with #68474A

Text Example


Text Example

White with #68474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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