Html Css Color HEX #666449 Hemlock

📋 copy color: '#666449'

red 102 ◦ green 100 ◦ blue 73

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

Shades of Hemlock #666449

Tints of Hemlock #666449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 37.09%
G = 36.36%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#666449 (or 0x666449) is known color: Hemlock. HEX triplet: 66, 64 and 49. RGB value is (102,100,73). Sum of RGB (Red+Green+Blue) = 102+100+73=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #666449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666449 is #999BB6. Grayscale: #616161. Windows color (decimal): -10066871 or 4809830. OLE color: 4809830.

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

Color convert

RGB 102 100 73 -
CMYK 0 0.02 0.28 0.6
HSL 55.86º 0.17% 0.34% -
HSV(B) 55.86º 0.28% 0.4% -
XYZ 11.24 12.42 8.11 -
YUV 97.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 102 100 73 0 0.02 0.28 0.6 55.86 0.17 0.34
Hex 66 64 49 0 2 1C 3C 38 11 22
Octal 146 144 111 0 2 34 74 70 21 42
Binary 1100110 1100100 1001001 0 10 11100 111100 111000 10001 100010

Color Harmonies of #666449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666449

Black with #666449

Text Example


Text Example

White with #666449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666449; }

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

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

background-color css

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

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

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

border-color css

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

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

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