Html Css Color HEX #605158 Finn

📋 copy color: '#605158'

red 96 ◦ green 81 ◦ blue 88

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

Shades of Finn #605158

Tints of Finn #605158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 36.23%
G = 30.57%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#605158 (or 0x605158) is known color: Finn. HEX triplet: 60, 51 and 58. RGB value is (96,81,88). Sum of RGB (Red+Green+Blue) = 96+81+88=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605158 is #9FAEA7. Grayscale: #565656. Windows color (decimal): -10464936 or 5788000. OLE color: 5788000.

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

Color convert

RGB 96 81 88 -
CMYK 0 0.16 0.08 0.62
HSL 332º 0.08% 0.35% -
HSV(B) 332º 0.16% 0.38% -
XYZ 9.53 9.08 10.48 -
YUV 86.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 96 81 88 0 0.16 0.08 0.62 332 0.08 0.35
Hex 60 51 58 0 10 8 3E 14C 8 23
Octal 140 121 130 0 20 10 76 514 10 43
Binary 1100000 1010001 1011000 0 10000 1000 111110 101001100 1000 100011

Color Harmonies of #605158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605158

Black with #605158

Text Example


Text Example

White with #605158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605158; }

 p { color: rgb(96,81,88); }

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

background-color css

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

 a { background-color: rgb(96,81,88); }

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

border-color css

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

 span { border-color: rgb(96,81,88); }

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