Html Css Color HEX #666652 Hemlock

📋 copy color: '#666652'

red 102 ◦ green 102 ◦ blue 82

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

Shades of Hemlock #666652

Tints of Hemlock #666652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.67%

R = 35.66%
G = 35.66%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#666652 (or 0x666652) is known color: Hemlock. HEX triplet: 66, 66 and 52. RGB value is (102,102,82). Sum of RGB (Red+Green+Blue) = 102+102+82=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666652 is #9999AD. Grayscale: #636363. Windows color (decimal): -10066350 or 5400166. OLE color: 5400166.

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

Color convert

RGB 102 102 82 -
CMYK 0 0 0.20 0.6
HSL 60º 0.11% 0.36% -
HSV(B) 60º 0.2% 0.4% -
XYZ 11.75 12.94 9.86 -
YUV 99.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 102 102 82 0 0 0.20 0.6 60 0.11 0.36
Hex 66 66 52 0 0 14 3C 3C B 24
Octal 146 146 122 0 0 24 74 74 13 44
Binary 1100110 1100110 1010010 0 0 10100 111100 111100 1011 100100

Color Harmonies of #666652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666652

Black with #666652

Text Example


Text Example

White with #666652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666652; }

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

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

background-color css

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

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

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

border-color css

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

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

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