Html Css Color HEX #664247 Tosca

📋 copy color: '#664247'

red 102 ◦ green 66 ◦ blue 71

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

Shades of Tosca #664247

Tints of Tosca #664247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 42.68%
G = 27.62%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#664247 (or 0x664247) is known color: Tosca. HEX triplet: 66, 42 and 47. RGB value is (102,66,71). Sum of RGB (Red+Green+Blue) = 102+66+71=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664247 is #99BDB8. Grayscale: #4D4D4D. Windows color (decimal): -10075577 or 4670054. OLE color: 4670054.

HSL color Cylindrical-coordinate representation of color #664247: hue angle of 351.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664247 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 71 -
CMYK 0 0.35 0.30 0.6
HSL 351.67º 0.21% 0.33% -
HSV(B) 351.67º 0.35% 0.4% -
XYZ 8.57 7.18 6.89 -
YUV 77.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 102 66 71 0 0.35 0.30 0.6 351.67 0.21 0.33
Hex 66 42 47 0 23 1E 3C 160 15 21
Octal 146 102 107 0 43 36 74 540 25 41
Binary 1100110 1000010 1000111 0 100011 11110 111100 101100000 10101 100001

Color Harmonies of #664247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664247

Black with #664247

Text Example


Text Example

White with #664247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664247; }

 p { color: rgb(102,66,71); }

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

background-color css

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

 a { background-color: rgb(102,66,71); }

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

border-color css

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

 span { border-color: rgb(102,66,71); }

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