Html Css Color HEX #674F5C Finn

📋 copy color: '#674F5C'

red 103 ◦ green 79 ◦ blue 92

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

Shades of Finn #674F5C

Tints of Finn #674F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 37.59%
G = 28.83%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#674F5C (or 0x674F5C) is known color: Finn. HEX triplet: 67, 4F and 5C. RGB value is (103,79,92). Sum of RGB (Red+Green+Blue) = 103+79+92=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #674F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F5C is #98B0A3. Grayscale: #575757. Windows color (decimal): -10006692 or 6049639. OLE color: 6049639.

HSL color Cylindrical-coordinate representation of color #674F5C: hue angle of 327.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #674F5C is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 92 -
CMYK 0 0.23 0.11 0.60
HSL 327.5º 0.13% 0.36% -
HSV(B) 327.5º 0.23% 0.4% -
XYZ 10.32 9.25 11.37 -
YUV 87.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 103 79 92 0 0.23 0.11 0.60 327.5 0.13 0.36
Hex 67 4F 5C 0 17 B 3C 148 D 24
Octal 147 117 134 0 27 13 74 510 15 44
Binary 1100111 1001111 1011100 0 10111 1011 111100 101001000 1101 100100

Color Harmonies of #674F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F5C

Black with #674F5C

Text Example


Text Example

White with #674F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,92); }

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

background-color css

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

 a { background-color: rgb(103,79,92); }

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

border-color css

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

 span { border-color: rgb(103,79,92); }

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