Html Css Color HEX #674F5F Finn

📋 copy color: '#674F5F'

red 103 ◦ green 79 ◦ blue 95

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

Shades of Finn #674F5F

Tints of Finn #674F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 37.18%
G = 28.52%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#674F5F (or 0x674F5F) is known color: Finn. HEX triplet: 67, 4F and 5F. RGB value is (103,79,95). Sum of RGB (Red+Green+Blue) = 103+79+95=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #674F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F5F is #98B0A0. Grayscale: #575757. Windows color (decimal): -10006689 or 6246247. OLE color: 6246247.

HSL color Cylindrical-coordinate representation of color #674F5F: hue angle of 320º 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 #674F5F is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 95 -
CMYK 0 0.23 0.08 0.60
HSL 320º 0.13% 0.36% -
HSV(B) 320º 0.23% 0.4% -
XYZ 10.46 9.3 12.07 -
YUV 88 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 103 79 95 0 0.23 0.08 0.60 320 0.13 0.36
Hex 67 4F 5F 0 17 8 3C 140 D 24
Octal 147 117 137 0 27 10 74 500 15 44
Binary 1100111 1001111 1011111 0 10111 1000 111100 101000000 1101 100100

Color Harmonies of #674F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F5F

Black with #674F5F

Text Example


Text Example

White with #674F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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