Html Css Color HEX #674450 Finn

📋 copy color: '#674450'

red 103 ◦ green 68 ◦ blue 80

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

Shades of Finn #674450

Tints of Finn #674450

RGB

 RED value IS 103 (40.63% from 255) = 41.04%

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 41.04%
G = 27.09%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#674450 (or 0x674450) is known color: Finn. HEX triplet: 67, 44 and 50. RGB value is (103,68,80). Sum of RGB (Red+Green+Blue) = 103+68+80=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #674450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674450 is #98BBAF. Grayscale: #4F4F4F. Windows color (decimal): -10009520 or 5260391. OLE color: 5260391.

HSL color Cylindrical-coordinate representation of color #674450: hue angle of 339.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #674450 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 68 80 -
CMYK 0 0.34 0.22 0.60
HSL 339.43º 0.2% 0.34% -
HSV(B) 339.43º 0.34% 0.4% -
XYZ 9.11 7.6 8.58 -
YUV 79.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 103 68 80 0 0.34 0.22 0.60 339.43 0.2 0.34
Hex 67 44 50 0 22 16 3C 153 14 22
Octal 147 104 120 0 42 26 74 523 24 42
Binary 1100111 1000100 1010000 0 100010 10110 111100 101010011 10100 100010

Color Harmonies of #674450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674450

Black with #674450

Text Example


Text Example

White with #674450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674450; }

 p { color: rgb(103,68,80); }

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

background-color css

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

 a { background-color: rgb(103,68,80); }

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

border-color css

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

 span { border-color: rgb(103,68,80); }

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