Html Css Color HEX #66664D Hemlock

📋 copy color: '#66664D'

red 102 ◦ green 102 ◦ blue 77

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

Shades of Hemlock #66664D

Tints of Hemlock #66664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 36.3%
G = 36.3%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66664D (or 0x66664D) is known color: Hemlock. HEX triplet: 66, 66 and 4D. RGB value is (102,102,77). Sum of RGB (Red+Green+Blue) = 102+102+77=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66664D is #9999B2. Grayscale: #636363. Windows color (decimal): -10066355 or 5072486. OLE color: 5072486.

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

Color convert

RGB 102 102 77 -
CMYK 0 0 0.25 0.6
HSL 60º 0.14% 0.35% -
HSV(B) 60º 0.25% 0.4% -
XYZ 11.57 12.86 8.89 -
YUV 99.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 102 102 77 0 0 0.25 0.6 60 0.14 0.35
Hex 66 66 4D 0 0 19 3C 3C E 23
Octal 146 146 115 0 0 31 74 74 16 43
Binary 1100110 1100110 1001101 0 0 11001 111100 111100 1110 100011

Color Harmonies of #66664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66664D

Black with #66664D

Text Example


Text Example

White with #66664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66664D; }

 p { color: rgb(102,102,77); }

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

background-color css

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

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

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

border-color css

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

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

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