Html Css Color HEX #666446 Hemlock

📋 copy color: '#666446'

red 102 ◦ green 100 ◦ blue 70

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

Shades of Hemlock #666446

Tints of Hemlock #666446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 37.5%
G = 36.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#666446 (or 0x666446) is known color: Hemlock. HEX triplet: 66, 64 and 46. RGB value is (102,100,70). Sum of RGB (Red+Green+Blue) = 102+100+70=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #666446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666446 is #999BB9. Grayscale: #616161. Windows color (decimal): -10066874 or 4613222. OLE color: 4613222.

HSL color Cylindrical-coordinate representation of color #666446: hue angle of 56.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666446 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 100 70 -
CMYK 0 0.02 0.31 0.6
HSL 56.25º 0.19% 0.34% -
HSV(B) 56.25º 0.31% 0.4% -
XYZ 11.14 12.38 7.6 -
YUV 97.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 102 100 70 0 0.02 0.31 0.6 56.25 0.19 0.34
Hex 66 64 46 0 2 1F 3C 38 13 22
Octal 146 144 106 0 2 37 74 70 23 42
Binary 1100110 1100100 1000110 0 10 11111 111100 111000 10011 100010

Color Harmonies of #666446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666446

Black with #666446

Text Example


Text Example

White with #666446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666446; }

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

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

background-color css

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

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

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

border-color css

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

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

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