Html Css Color HEX #60575B Finn

📋 copy color: '#60575B'

red 96 ◦ green 87 ◦ blue 91

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

Shades of Finn #60575B

Tints of Finn #60575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 35.04%
G = 31.75%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60575B (or 0x60575B) is known color: Finn. HEX triplet: 60, 57 and 5B. RGB value is (96,87,91). Sum of RGB (Red+Green+Blue) = 96+87+91=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #60575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60575B is #9FA8A4. Grayscale: #5A5A5A. Windows color (decimal): -10463397 or 5986144. OLE color: 5986144.

HSL color Cylindrical-coordinate representation of color #60575B: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60575B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 87 91 -
CMYK 0 0.09 0.05 0.62
HSL 333.33º 0.05% 0.36% -
HSV(B) 333.33º 0.09% 0.38% -
XYZ 10.12 10.06 11.31 -
YUV 90.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 96 87 91 0 0.09 0.05 0.62 333.33 0.05 0.36
Hex 60 57 5B 0 9 5 3E 14D 5 24
Octal 140 127 133 0 11 5 76 515 5 44
Binary 1100000 1010111 1011011 0 1001 101 111110 101001101 101 100100

Color Harmonies of #60575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60575B

Black with #60575B

Text Example


Text Example

White with #60575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60575B; }

 p { color: rgb(96,87,91); }

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

background-color css

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

 a { background-color: rgb(96,87,91); }

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

border-color css

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

 span { border-color: rgb(96,87,91); }

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