#615F4F

Color #615F4F Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #615F4F

Tints of Hemlock #615F4F

Color information

#615F4F (or 0x615F4F) is unknown color: approx Hemlock. HEX triplet: 61, 5F and 4F. RGB value is (97,95,79). Sum of RGB (Red+Green+Blue) = 97+95+79=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F4F is #9EA0B0. Grayscale: #5D5D5D. Windows color (decimal): -10395825 or 5201761. OLE color: 5201761.

HSL color Cylindrical-coordinate representation of color #615F4F: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615F4F is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB979579-
CMYK00.020.190.62
HSL53.33º10.23%34.51%-
HSV(B)53.33º18.56%38.04%-
XYZ10.4311.299.03-
YUV93.77119.66130.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=35.79%
G=35.06%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97957900.020.190.6253.3310.2334.51
Hex615F4F02133E35a23
Octal141137117022376651243
Binary110000110111111001111010100111111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F4F; }

 p { color: rgb(97,95,79); }

 H1.HeaderClassName
 {
   color: #615F4F;
 }
 .AnyTagClassName
 {
   color: #615F4F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #615F4F;
 }
 .BgClassName
 {
   background-color: #615F4F;
 }
</style>
border-color css

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

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

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