Html Css Color HEX #604752 Finn

📋 copy color: '#604752'

red 96 ◦ green 71 ◦ blue 82

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

Shades of Finn #604752

Tints of Finn #604752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 38.55%
G = 28.51%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#604752 (or 0x604752) is known color: Finn. HEX triplet: 60, 47 and 52. RGB value is (96,71,82). Sum of RGB (Red+Green+Blue) = 96+71+82=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604752 is #9FB8AD. Grayscale: #4F4F4F. Windows color (decimal): -10467502 or 5392224. OLE color: 5392224.

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

Color convert

RGB 96 71 82 -
CMYK 0 0.26 0.15 0.62
HSL 333.6º 0.15% 0.33% -
HSV(B) 333.6º 0.26% 0.38% -
XYZ 8.6 7.6 9 -
YUV 79.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 96 71 82 0 0.26 0.15 0.62 333.6 0.15 0.33
Hex 60 47 52 0 1A F 3E 14E F 21
Octal 140 107 122 0 32 17 76 516 17 41
Binary 1100000 1000111 1010010 0 11010 1111 111110 101001110 1111 100001

Color Harmonies of #604752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604752

Black with #604752

Text Example


Text Example

White with #604752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604752; }

 p { color: rgb(96,71,82); }

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

background-color css

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

 a { background-color: rgb(96,71,82); }

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

border-color css

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

 span { border-color: rgb(96,71,82); }

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