Html Css Color HEX #5F4650 Finn

📋 copy color: '#5F4650'

red 95 ◦ green 70 ◦ blue 80

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

Shades of Finn #5F4650

Tints of Finn #5F4650

RGB

 RED value IS 95 (37.5% from 255) = 38.78%

 GREEN value IS 70 (27.73% from 255) = 28.57%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 38.78%
G = 28.57%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5F4650 (or 0x5F4650) is known color: Finn. HEX triplet: 5F, 46 and 50. RGB value is (95,70,80). Sum of RGB (Red+Green+Blue) = 95+70+80=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4650 is #A0B9AF. Grayscale: #4E4E4E. Windows color (decimal): -10533296 or 5260895. OLE color: 5260895.

HSL color Cylindrical-coordinate representation of color #5F4650: hue angle of 336º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4650 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 70 80 -
CMYK 0 0.26 0.16 0.63
HSL 336º 0.15% 0.32% -
HSV(B) 336º 0.26% 0.37% -
XYZ 8.36 7.39 8.58 -
YUV 78.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 95 70 80 0 0.26 0.16 0.63 336 0.15 0.32
Hex 5F 46 50 0 1A 10 3F 150 F 20
Octal 137 106 120 0 32 20 77 520 17 40
Binary 1011111 1000110 1010000 0 11010 10000 111111 101010000 1111 100000

Color Harmonies of #5F4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4650

Black with #5F4650

Text Example


Text Example

White with #5F4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4650; }

 p { color: rgb(95,70,80); }

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

background-color css

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

 a { background-color: rgb(95,70,80); }

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

border-color css

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

 span { border-color: rgb(95,70,80); }

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