Html Css Color HEX #674A5E Finn

📋 copy color: '#674A5E'

red 103 ◦ green 74 ◦ blue 94

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

Shades of Finn #674A5E

Tints of Finn #674A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 38.01%
G = 27.31%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#674A5E (or 0x674A5E) is known color: Finn. HEX triplet: 67, 4A and 5E. RGB value is (103,74,94). Sum of RGB (Red+Green+Blue) = 103+74+94=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A5E is #98B5A1. Grayscale: #545454. Windows color (decimal): -10007970 or 6179431. OLE color: 6179431.

HSL color Cylindrical-coordinate representation of color #674A5E: hue angle of 318.62º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A5E is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 74 94 -
CMYK 0 0.28 0.09 0.60
HSL 318.62º 0.16% 0.35% -
HSV(B) 318.62º 0.28% 0.4% -
XYZ 10.06 8.59 11.72 -
YUV 84.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 103 74 94 0 0.28 0.09 0.60 318.62 0.16 0.35
Hex 67 4A 5E 0 1C 9 3C 13F 10 23
Octal 147 112 136 0 34 11 74 477 20 43
Binary 1100111 1001010 1011110 0 11100 1001 111100 100111111 10000 100011

Color Harmonies of #674A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A5E

Black with #674A5E

Text Example


Text Example

White with #674A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674A5E; }

 p { color: rgb(103,74,94); }

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

background-color css

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

 a { background-color: rgb(103,74,94); }

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

border-color css

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

 span { border-color: rgb(103,74,94); }

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