Html Css Color HEX #656450 Hemlock

📋 copy color: '#656450'

red 101 ◦ green 100 ◦ blue 80

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

Shades of Hemlock #656450

Tints of Hemlock #656450

RGB

 RED value IS 101 (39.84% from 255) = 35.94%

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

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

R = 35.94%
G = 35.59%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#656450 (or 0x656450) is known color: Hemlock. HEX triplet: 65, 64 and 50. RGB value is (101,100,80). Sum of RGB (Red+Green+Blue) = 101+100+80=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #656450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656450 is #9A9BAF. Grayscale: #626262. Windows color (decimal): -10132400 or 5268581. OLE color: 5268581.

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

Color convert

RGB 101 100 80 -
CMYK 0 0.01 0.21 0.60
HSL 57.14º 0.12% 0.35% -
HSV(B) 57.14º 0.21% 0.4% -
XYZ 11.37 12.46 9.4 -
YUV 98.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 101 100 80 0 0.01 0.21 0.60 57.14 0.12 0.35
Hex 65 64 50 0 1 15 3C 39 C 23
Octal 145 144 120 0 1 25 74 71 14 43
Binary 1100101 1100100 1010000 0 1 10101 111100 111001 1100 100011

Color Harmonies of #656450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656450

Black with #656450

Text Example


Text Example

White with #656450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656450; }

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

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

background-color css

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

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

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

border-color css

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

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

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