Html Css Color HEX #604251 Finn

📋 copy color: '#604251'

red 96 ◦ green 66 ◦ blue 81

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

Shades of Finn #604251

Tints of Finn #604251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

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

R = 39.51%
G = 27.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#604251 (or 0x604251) is known color: Finn. HEX triplet: 60, 42 and 51. RGB value is (96,66,81). Sum of RGB (Red+Green+Blue) = 96+66+81=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604251 is #9FBDAE. Grayscale: #4C4C4C. Windows color (decimal): -10468783 or 5325408. OLE color: 5325408.

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

Color convert

RGB 96 66 81 -
CMYK 0 0.31 0.16 0.62
HSL 330º 0.19% 0.32% -
HSV(B) 330º 0.31% 0.38% -
XYZ 8.26 6.98 8.7 -
YUV 76.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 96 66 81 0 0.31 0.16 0.62 330 0.19 0.32
Hex 60 42 51 0 1F 10 3E 14A 13 20
Octal 140 102 121 0 37 20 76 512 23 40
Binary 1100000 1000010 1010001 0 11111 10000 111110 101001010 10011 100000

Color Harmonies of #604251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604251

Black with #604251

Text Example


Text Example

White with #604251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604251; }

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

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

background-color css

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

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

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

border-color css

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

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

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