Html Css Color HEX #666452 Hemlock

📋 copy color: '#666452'

red 102 ◦ green 100 ◦ blue 82

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

Shades of Hemlock #666452

Tints of Hemlock #666452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 35.92%
G = 35.21%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#666452 (or 0x666452) is known color: Hemlock. HEX triplet: 66, 64 and 52. RGB value is (102,100,82). Sum of RGB (Red+Green+Blue) = 102+100+82=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #666452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666452 is #999BAD. Grayscale: #626262. Windows color (decimal): -10066862 or 5399654. OLE color: 5399654.

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

Color convert

RGB 102 100 82 -
CMYK 0 0.02 0.20 0.6
HSL 54º 0.11% 0.36% -
HSV(B) 54º 0.2% 0.4% -
XYZ 11.56 12.55 9.8 -
YUV 98.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 102 100 82 0 0.02 0.20 0.6 54 0.11 0.36
Hex 66 64 52 0 2 14 3C 36 B 24
Octal 146 144 122 0 2 24 74 66 13 44
Binary 1100110 1100100 1010010 0 10 10100 111100 110110 1011 100100

Color Harmonies of #666452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666452

Black with #666452

Text Example


Text Example

White with #666452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666452; }

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

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

background-color css

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

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

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

border-color css

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

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

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