Html Css Color HEX #666450 Hemlock

📋 copy color: '#666450'

red 102 ◦ green 100 ◦ blue 80

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

Shades of Hemlock #666450

Tints of Hemlock #666450

RGB

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

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

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

R = 36.17%
G = 35.46%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#666450 (or 0x666450) is known color: Hemlock. HEX triplet: 66, 64 and 50. RGB value is (102,100,80). Sum of RGB (Red+Green+Blue) = 102+100+80=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #666450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666450 is #999BAF. Grayscale: #626262. Windows color (decimal): -10066864 or 5268582. OLE color: 5268582.

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

Color convert

RGB 102 100 80 -
CMYK 0 0.02 0.22 0.6
HSL 54.55º 0.12% 0.36% -
HSV(B) 54.55º 0.22% 0.4% -
XYZ 11.48 12.52 9.4 -
YUV 98.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 102 100 80 0 0.02 0.22 0.6 54.55 0.12 0.36
Hex 66 64 50 0 2 16 3C 37 C 24
Octal 146 144 120 0 2 26 74 67 14 44
Binary 1100110 1100100 1010000 0 10 10110 111100 110111 1100 100100

Color Harmonies of #666450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666450

Black with #666450

Text Example


Text Example

White with #666450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666450; }

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

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

background-color css

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

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

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

border-color css

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

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

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