Html Css Color HEX #664849 Tosca

📋 copy color: '#664849'

red 102 ◦ green 72 ◦ blue 73

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

Shades of Tosca #664849

Tints of Tosca #664849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 41.3%
G = 29.15%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#664849 (or 0x664849) is known color: Tosca. HEX triplet: 66, 48 and 49. RGB value is (102,72,73). Sum of RGB (Red+Green+Blue) = 102+72+73=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664849 is #99B7B6. Grayscale: #515151. Windows color (decimal): -10074039 or 4802662. OLE color: 4802662.

HSL color Cylindrical-coordinate representation of color #664849: hue angle of 358º 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 #664849 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 73 -
CMYK 0 0.29 0.28 0.6
HSL 358º 0.17% 0.34% -
HSV(B) 358º 0.29% 0.4% -
XYZ 9 7.94 7.36 -
YUV 81.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 102 72 73 0 0.29 0.28 0.6 358 0.17 0.34
Hex 66 48 49 0 1D 1C 3C 166 11 22
Octal 146 110 111 0 35 34 74 546 21 42
Binary 1100110 1001000 1001001 0 11101 11100 111100 101100110 10001 100010

Color Harmonies of #664849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664849

Black with #664849

Text Example


Text Example

White with #664849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664849; }

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

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

background-color css

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

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

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

border-color css

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

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

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