Html Css Color HEX #66664C Hemlock

📋 copy color: '#66664C'

red 102 ◦ green 102 ◦ blue 76

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

Shades of Hemlock #66664C

Tints of Hemlock #66664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.14%

R = 36.43%
G = 36.43%
B = 27.14%

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

#66664C (or 0x66664C) is known color: Hemlock. HEX triplet: 66, 66 and 4C. RGB value is (102,102,76). Sum of RGB (Red+Green+Blue) = 102+102+76=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66664C is #9999B3. Grayscale: #636363. Windows color (decimal): -10066356 or 5006950. OLE color: 5006950.

HSL color Cylindrical-coordinate representation of color #66664C: hue angle of 60º degrees, saturation: 0.15, 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 #66664C is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 102 76 -
CMYK 0 0 0.25 0.6
HSL 60º 0.15% 0.35% -
HSV(B) 60º 0.25% 0.4% -
XYZ 11.54 12.85 8.71 -
YUV 99.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 102 102 76 0 0 0.25 0.6 60 0.15 0.35
Hex 66 66 4C 0 0 19 3C 3C F 23
Octal 146 146 114 0 0 31 74 74 17 43
Binary 1100110 1100110 1001100 0 0 11001 111100 111100 1111 100011

Color Harmonies of #66664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66664C

Black with #66664C

Text Example


Text Example

White with #66664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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