Html Css Color HEX #66494A Tosca

📋 copy color: '#66494A'

red 102 ◦ green 73 ◦ blue 74

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

Shades of Tosca #66494A

Tints of Tosca #66494A

RGB

 RED value IS 102 (40.23% from 255) = 40.96%

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

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

R = 40.96%
G = 29.32%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66494A (or 0x66494A) is known color: Tosca. HEX triplet: 66, 49 and 4A. RGB value is (102,73,74). Sum of RGB (Red+Green+Blue) = 102+73+74=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66494A is #99B6B5. Grayscale: #515151. Windows color (decimal): -10073782 or 4868454. OLE color: 4868454.

HSL color Cylindrical-coordinate representation of color #66494A: hue angle of 357.93º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66494A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 74 -
CMYK 0 0.28 0.27 0.6
HSL 357.93º 0.17% 0.34% -
HSV(B) 357.93º 0.28% 0.4% -
XYZ 9.1 8.08 7.56 -
YUV 81.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 102 73 74 0 0.28 0.27 0.6 357.93 0.17 0.34
Hex 66 49 4A 0 1C 1B 3C 166 11 22
Octal 146 111 112 0 34 33 74 546 21 42
Binary 1100110 1001001 1001010 0 11100 11011 111100 101100110 10001 100010

Color Harmonies of #66494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66494A

Black with #66494A

Text Example


Text Example

White with #66494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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