Html Css Color HEX #66484A Tosca

📋 copy color: '#66484A'

red 102 ◦ green 72 ◦ blue 74

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

Shades of Tosca #66484A

Tints of Tosca #66484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

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

R = 41.13%
G = 29.03%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66484A (or 0x66484A) is known color: Tosca. HEX triplet: 66, 48 and 4A. RGB value is (102,72,74). Sum of RGB (Red+Green+Blue) = 102+72+74=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66484A is #99B7B5. Grayscale: #515151. Windows color (decimal): -10074038 or 4868198. OLE color: 4868198.

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

Color convert

RGB 102 72 74 -
CMYK 0 0.29 0.27 0.6
HSL 356º 0.17% 0.34% -
HSV(B) 356º 0.29% 0.4% -
XYZ 9.03 7.95 7.54 -
YUV 81.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 102 72 74 0 0.29 0.27 0.6 356 0.17 0.34
Hex 66 48 4A 0 1D 1B 3C 164 11 22
Octal 146 110 112 0 35 33 74 544 21 42
Binary 1100110 1001000 1001010 0 11101 11011 111100 101100100 10001 100010

Color Harmonies of #66484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66484A

Black with #66484A

Text Example


Text Example

White with #66484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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