Html Css Color HEX #604350 Finn

📋 copy color: '#604350'

red 96 ◦ green 67 ◦ blue 80

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

Shades of Finn #604350

Tints of Finn #604350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

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

R = 39.51%
G = 27.57%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#604350 (or 0x604350) is known color: Finn. HEX triplet: 60, 43 and 50. RGB value is (96,67,80). Sum of RGB (Red+Green+Blue) = 96+67+80=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604350 is #9FBCAF. Grayscale: #4D4D4D. Windows color (decimal): -10468528 or 5260128. OLE color: 5260128.

HSL color Cylindrical-coordinate representation of color #604350: hue angle of 333.1º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604350 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 80 -
CMYK 0 0.30 0.17 0.62
HSL 333.1º 0.18% 0.32% -
HSV(B) 333.1º 0.3% 0.38% -
XYZ 8.28 7.08 8.52 -
YUV 77.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 96 67 80 0 0.30 0.17 0.62 333.1 0.18 0.32
Hex 60 43 50 0 1E 11 3E 14D 12 20
Octal 140 103 120 0 36 21 76 515 22 40
Binary 1100000 1000011 1010000 0 11110 10001 111110 101001101 10010 100000

Color Harmonies of #604350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604350

Black with #604350

Text Example


Text Example

White with #604350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604350; }

 p { color: rgb(96,67,80); }

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

background-color css

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

 a { background-color: rgb(96,67,80); }

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

border-color css

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

 span { border-color: rgb(96,67,80); }

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