Html Css Color HEX #616052 Hemlock

📋 copy color: '#616052'

red 97 ◦ green 96 ◦ blue 82

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

Shades of Hemlock #616052

Tints of Hemlock #616052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 35.27%
G = 34.91%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#616052 (or 0x616052) is known color: Hemlock. HEX triplet: 61, 60 and 52. RGB value is (97,96,82). Sum of RGB (Red+Green+Blue) = 97+96+82=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #616052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616052 is #9E9FAD. Grayscale: #5E5E5E. Windows color (decimal): -10395566 or 5398625. OLE color: 5398625.

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

Color convert

RGB 97 96 82 -
CMYK 0 0.01 0.15 0.62
HSL 56º 0.08% 0.35% -
HSV(B) 56º 0.15% 0.38% -
XYZ 10.64 11.52 9.64 -
YUV 94.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 97 96 82 0 0.01 0.15 0.62 56 0.08 0.35
Hex 61 60 52 0 1 F 3E 38 8 23
Octal 141 140 122 0 1 17 76 70 10 43
Binary 1100001 1100000 1010010 0 1 1111 111110 111000 1000 100011

Color Harmonies of #616052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616052

Black with #616052

Text Example


Text Example

White with #616052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616052; }

 p { color: rgb(97,96,82); }

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

background-color css

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

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

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

border-color css

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

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

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