Html Css Color HEX #61614D Hemlock

📋 copy color: '#61614D'

red 97 ◦ green 97 ◦ blue 77

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

Shades of Hemlock #61614D

Tints of Hemlock #61614D

RGB

 RED value IS 97 (38.28% from 255) = 35.79%

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 35.79%
G = 35.79%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61614D (or 0x61614D) is known color: Hemlock. HEX triplet: 61, 61 and 4D. RGB value is (97,97,77). Sum of RGB (Red+Green+Blue) = 97+97+77=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61614D is #9E9EB2. Grayscale: #5E5E5E. Windows color (decimal): -10395315 or 5071201. OLE color: 5071201.

HSL color Cylindrical-coordinate representation of color #61614D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61614D is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 77 -
CMYK 0 0 0.21 0.62
HSL 60º 0.11% 0.34% -
HSV(B) 60º 0.21% 0.38% -
XYZ 10.54 11.63 8.71 -
YUV 94.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 97 97 77 0 0 0.21 0.62 60 0.11 0.34
Hex 61 61 4D 0 0 15 3E 3C B 22
Octal 141 141 115 0 0 25 76 74 13 42
Binary 1100001 1100001 1001101 0 0 10101 111110 111100 1011 100010

Color Harmonies of #61614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61614D

Black with #61614D

Text Example


Text Example

White with #61614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61614D; }

 p { color: rgb(97,97,77); }

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

background-color css

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

 a { background-color: rgb(97,97,77); }

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

border-color css

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

 span { border-color: rgb(97,97,77); }

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