Html Css Color HEX #666655 Hemlock

📋 copy color: '#666655'

red 102 ◦ green 102 ◦ blue 85

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

Shades of Hemlock #666655

Tints of Hemlock #666655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 35.29%
G = 35.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#666655 (or 0x666655) is known color: Hemlock. HEX triplet: 66, 66 and 55. RGB value is (102,102,85). Sum of RGB (Red+Green+Blue) = 102+102+85=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666655 is #9999AA. Grayscale: #646464. Windows color (decimal): -10066347 or 5596774. OLE color: 5596774.

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

Color convert

RGB 102 102 85 -
CMYK 0 0 0.17 0.6
HSL 60º 0.09% 0.37% -
HSV(B) 60º 0.17% 0.4% -
XYZ 11.87 12.98 10.47 -
YUV 100.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 102 102 85 0 0 0.17 0.6 60 0.09 0.37
Hex 66 66 55 0 0 11 3C 3C 9 25
Octal 146 146 125 0 0 21 74 74 11 45
Binary 1100110 1100110 1010101 0 0 10001 111100 111100 1001 100101

Color Harmonies of #666655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666655

Black with #666655

Text Example


Text Example

White with #666655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666655; }

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

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

background-color css

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

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

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

border-color css

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

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

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