Html Css Color HEX #604051 Finn

📋 copy color: '#604051'

red 96 ◦ green 64 ◦ blue 81

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

Shades of Finn #604051

Tints of Finn #604051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 39.83%
G = 26.56%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604051 (or 0x604051) is known color: Finn. HEX triplet: 60, 40 and 51. RGB value is (96,64,81). Sum of RGB (Red+Green+Blue) = 96+64+81=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604051 is #9FBFAE. Grayscale: #4B4B4B. Windows color (decimal): -10469295 or 5324896. OLE color: 5324896.

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

Color convert

RGB 96 64 81 -
CMYK 0 0.33 0.16 0.62
HSL 328.13º 0.2% 0.31% -
HSV(B) 328.13º 0.33% 0.38% -
XYZ 8.14 6.75 8.66 -
YUV 75.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 96 64 81 0 0.33 0.16 0.62 328.13 0.2 0.31
Hex 60 40 51 0 21 10 3E 148 14 1F
Octal 140 100 121 0 41 20 76 510 24 37
Binary 1100000 1000000 1010001 0 100001 10000 111110 101001000 10100 11111

Color Harmonies of #604051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604051

Black with #604051

Text Example


Text Example

White with #604051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604051; }

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

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

background-color css

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

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

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

border-color css

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

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

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