Html Css Color HEX #605F52 Hemlock

📋 copy color: '#605F52'

red 96 ◦ green 95 ◦ blue 82

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

Shades of Hemlock #605F52

Tints of Hemlock #605F52

RGB

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

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

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

R = 35.16%
G = 34.8%
B = 30.04%

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

#605F52 (or 0x605F52) is known color: Hemlock. HEX triplet: 60, 5F and 52. RGB value is (96,95,82). Sum of RGB (Red+Green+Blue) = 96+95+82=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F52 is #9FA0AD. Grayscale: #5D5D5D. Windows color (decimal): -10461358 or 5398368. OLE color: 5398368.

HSL color Cylindrical-coordinate representation of color #605F52: 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.15%. Process color model (Four color, CMYK) of #605F52 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 82 -
CMYK 0 0.01 0.15 0.62
HSL 55.71º 0.08% 0.35% -
HSV(B) 55.71º 0.15% 0.38% -
XYZ 10.44 11.28 9.61 -
YUV 93.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 96 95 82 0 0.01 0.15 0.62 55.71 0.08 0.35
Hex 60 5F 52 0 1 F 3E 38 8 23
Octal 140 137 122 0 1 17 76 70 10 43
Binary 1100000 1011111 1010010 0 1 1111 111110 111000 1000 100011

Color Harmonies of #605F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F52

Black with #605F52

Text Example


Text Example

White with #605F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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