Html Css Color HEX #666550 Hemlock

📋 copy color: '#666550'

red 102 ◦ green 101 ◦ blue 80

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

Shades of Hemlock #666550

Tints of Hemlock #666550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 36.04%
G = 35.69%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#666550 (or 0x666550) is known color: Hemlock. HEX triplet: 66, 65 and 50. RGB value is (102,101,80). Sum of RGB (Red+Green+Blue) = 102+101+80=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #666550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666550 is #999AAF. Grayscale: #626262. Windows color (decimal): -10066608 or 5268838. OLE color: 5268838.

HSL color Cylindrical-coordinate representation of color #666550: hue angle of 57.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666550 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 80 -
CMYK 0 0.01 0.22 0.6
HSL 57.27º 0.12% 0.36% -
HSV(B) 57.27º 0.22% 0.4% -
XYZ 11.58 12.71 9.43 -
YUV 98.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 102 101 80 0 0.01 0.22 0.6 57.27 0.12 0.36
Hex 66 65 50 0 1 16 3C 39 C 24
Octal 146 145 120 0 1 26 74 71 14 44
Binary 1100110 1100101 1010000 0 1 10110 111100 111001 1100 100100

Color Harmonies of #666550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666550

Black with #666550

Text Example


Text Example

White with #666550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666550; }

 p { color: rgb(102,101,80); }

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

background-color css

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

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

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

border-color css

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

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

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