Html Css Color HEX #616053 Hemlock

📋 copy color: '#616053'

red 97 ◦ green 96 ◦ blue 83

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

Shades of Hemlock #616053

Tints of Hemlock #616053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 35.14%
G = 34.78%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#616053 (or 0x616053) is known color: Hemlock. HEX triplet: 61, 60 and 53. RGB value is (97,96,83). Sum of RGB (Red+Green+Blue) = 97+96+83=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #616053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616053 is #9E9FAC. Grayscale: #5E5E5E. Windows color (decimal): -10395565 or 5464161. OLE color: 5464161.

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

Color convert

RGB 97 96 83 -
CMYK 0 0.01 0.14 0.62
HSL 55.71º 0.08% 0.35% -
HSV(B) 55.71º 0.14% 0.38% -
XYZ 10.67 11.53 9.85 -
YUV 94.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 97 96 83 0 0.01 0.14 0.62 55.71 0.08 0.35
Hex 61 60 53 0 1 E 3E 38 8 23
Octal 141 140 123 0 1 16 76 70 10 43
Binary 1100001 1100000 1010011 0 1 1110 111110 111000 1000 100011

Color Harmonies of #616053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616053

Black with #616053

Text Example


Text Example

White with #616053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616053; }

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

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

background-color css

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

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

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

border-color css

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

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

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