Html Css Color HEX #666448 Hemlock

📋 copy color: '#666448'

red 102 ◦ green 100 ◦ blue 72

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

Shades of Hemlock #666448

Tints of Hemlock #666448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 37.23%
G = 36.5%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#666448 (or 0x666448) is known color: Hemlock. HEX triplet: 66, 64 and 48. RGB value is (102,100,72). Sum of RGB (Red+Green+Blue) = 102+100+72=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #666448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666448 is #999BB7. Grayscale: #616161. Windows color (decimal): -10066872 or 4744294. OLE color: 4744294.

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

Color convert

RGB 102 100 72 -
CMYK 0 0.02 0.29 0.6
HSL 56º 0.17% 0.34% -
HSV(B) 56º 0.29% 0.4% -
XYZ 11.21 12.41 7.94 -
YUV 97.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 102 100 72 0 0.02 0.29 0.6 56 0.17 0.34
Hex 66 64 48 0 2 1D 3C 38 11 22
Octal 146 144 110 0 2 35 74 70 21 42
Binary 1100110 1100100 1001000 0 10 11101 111100 111000 10001 100010

Color Harmonies of #666448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666448

Black with #666448

Text Example


Text Example

White with #666448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666448; }

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

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

background-color css

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

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

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

border-color css

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

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

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