Html Css Color HEX #605F4F Hemlock

📋 copy color: '#605F4F'

red 96 ◦ green 95 ◦ blue 79

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

Shades of Hemlock #605F4F

Tints of Hemlock #605F4F

RGB

 RED value IS 96 (37.89% from 255) = 35.56%

 GREEN value IS 95 (37.5% from 255) = 35.19%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 35.56%
G = 35.19%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#605F4F (or 0x605F4F) is known color: Hemlock. HEX triplet: 60, 5F and 4F. RGB value is (96,95,79). Sum of RGB (Red+Green+Blue) = 96+95+79=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F4F is #9FA0B0. Grayscale: #5D5D5D. Windows color (decimal): -10461361 or 5201760. OLE color: 5201760.

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

Color convert

RGB 96 95 79 -
CMYK 0 0.01 0.18 0.62
HSL 56.47º 0.1% 0.34% -
HSV(B) 56.47º 0.18% 0.38% -
XYZ 10.33 11.24 9.02 -
YUV 93.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 96 95 79 0 0.01 0.18 0.62 56.47 0.1 0.34
Hex 60 5F 4F 0 1 12 3E 38 A 22
Octal 140 137 117 0 1 22 76 70 12 42
Binary 1100000 1011111 1001111 0 1 10010 111110 111000 1010 100010

Color Harmonies of #605F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F4F

Black with #605F4F

Text Example


Text Example

White with #605F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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