Html Css Color HEX #61624E Hemlock

📋 copy color: '#61624E'

red 97 ◦ green 98 ◦ blue 78

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

Shades of Hemlock #61624E

Tints of Hemlock #61624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 35.53%
G = 35.9%
B = 28.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61624E (or 0x61624E) is known color: Hemlock. HEX triplet: 61, 62 and 4E. RGB value is (97,98,78). Sum of RGB (Red+Green+Blue) = 97+98+78=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #61624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61624E is #9E9DB1. Grayscale: #5F5F5F. Windows color (decimal): -10395058 or 5136993. OLE color: 5136993.

HSL color Cylindrical-coordinate representation of color #61624E: hue angle of 63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61624E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 98 78 -
CMYK 0.01 0 0.20 0.62
HSL 63º 0.11% 0.35% -
HSV(B) 63º 0.2% 0.38% -
XYZ 10.67 11.83 8.93 -
YUV 95.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 97 98 78 0.01 0 0.20 0.62 63 0.11 0.35
Hex 61 62 4E 1 0 14 3E 3F B 23
Octal 141 142 116 1 0 24 76 77 13 43
Binary 1100001 1100010 1001110 1 0 10100 111110 111111 1011 100011

Color Harmonies of #61624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61624E

Black with #61624E

Text Example


Text Example

White with #61624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61624E; }

 p { color: rgb(97,98,78); }

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

background-color css

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

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

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

border-color css

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

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

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