Html Css Color HEX #666552 Hemlock

📋 copy color: '#666552'

red 102 ◦ green 101 ◦ blue 82

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

Shades of Hemlock #666552

Tints of Hemlock #666552

RGB

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

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

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

R = 35.79%
G = 35.44%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#666552 (or 0x666552) is known color: Hemlock. HEX triplet: 66, 65 and 52. RGB value is (102,101,82). Sum of RGB (Red+Green+Blue) = 102+101+82=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #666552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666552 is #999AAD. Grayscale: #636363. Windows color (decimal): -10066606 or 5399910. OLE color: 5399910.

HSL color Cylindrical-coordinate representation of color #666552: hue angle of 57º 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 #666552 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 82 -
CMYK 0 0.01 0.20 0.6
HSL 57º 0.11% 0.36% -
HSV(B) 57º 0.2% 0.4% -
XYZ 11.66 12.74 9.83 -
YUV 99.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 102 101 82 0 0.01 0.20 0.6 57 0.11 0.36
Hex 66 65 52 0 1 14 3C 39 B 24
Octal 146 145 122 0 1 24 74 71 13 44
Binary 1100110 1100101 1010010 0 1 10100 111100 111001 1011 100100

Color Harmonies of #666552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666552

Black with #666552

Text Example


Text Example

White with #666552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666552; }

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

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

background-color css

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

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

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

border-color css

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

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

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