Html Css Color HEX #616152 Hemlock

📋 copy color: '#616152'

red 97 ◦ green 97 ◦ blue 82

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

Shades of Hemlock #616152

Tints of Hemlock #616152

RGB

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

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

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

R = 35.14%
G = 35.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#616152 (or 0x616152) is known color: Hemlock. HEX triplet: 61, 61 and 52. RGB value is (97,97,82). Sum of RGB (Red+Green+Blue) = 97+97+82=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616152 is #9E9EAD. Grayscale: #5F5F5F. Windows color (decimal): -10395310 or 5398881. OLE color: 5398881.

HSL color Cylindrical-coordinate representation of color #616152: hue angle of 60º 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 #616152 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 82 -
CMYK 0 0 0.15 0.62
HSL 60º 0.08% 0.35% -
HSV(B) 60º 0.15% 0.38% -
XYZ 10.73 11.7 9.68 -
YUV 95.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 97 97 82 0 0 0.15 0.62 60 0.08 0.35
Hex 61 61 52 0 0 F 3E 3C 8 23
Octal 141 141 122 0 0 17 76 74 10 43
Binary 1100001 1100001 1010010 0 0 1111 111110 111100 1000 100011

Color Harmonies of #616152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616152

Black with #616152

Text Example


Text Example

White with #616152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616152; }

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

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

background-color css

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

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

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

border-color css

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

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

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