Html Css Color HEX #61614A Hemlock

📋 copy color: '#61614A'

red 97 ◦ green 97 ◦ blue 74

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

Shades of Hemlock #61614A

Tints of Hemlock #61614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 36.19%
G = 36.19%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61614A (or 0x61614A) is known color: Hemlock. HEX triplet: 61, 61 and 4A. RGB value is (97,97,74). Sum of RGB (Red+Green+Blue) = 97+97+74=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61614A is #9E9EB5. Grayscale: #5E5E5E. Windows color (decimal): -10395318 or 4874593. OLE color: 4874593.

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

Color convert

RGB 97 97 74 -
CMYK 0 0 0.24 0.62
HSL 60º 0.13% 0.34% -
HSV(B) 60º 0.24% 0.38% -
XYZ 10.44 11.59 8.16 -
YUV 94.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 97 97 74 0 0 0.24 0.62 60 0.13 0.34
Hex 61 61 4A 0 0 18 3E 3C D 22
Octal 141 141 112 0 0 30 76 74 15 42
Binary 1100001 1100001 1001010 0 0 11000 111110 111100 1101 100010

Color Harmonies of #61614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61614A

Black with #61614A

Text Example


Text Example

White with #61614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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