Html Css Color HEX #694A54 Finn

📋 copy color: '#694A54'

red 105 ◦ green 74 ◦ blue 84

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

Shades of Finn #694A54

Tints of Finn #694A54

RGB

 RED value IS 105 (41.41% from 255) = 39.92%

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

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 39.92%
G = 28.14%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#694A54 (or 0x694A54) is known color: Finn. HEX triplet: 69, 4A and 54. RGB value is (105,74,84). Sum of RGB (Red+Green+Blue) = 105+74+84=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #694A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A54 is #96B5AB. Grayscale: #545454. Windows color (decimal): -9876908 or 5524073. OLE color: 5524073.

HSL color Cylindrical-coordinate representation of color #694A54: hue angle of 340.65º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694A54 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 84 -
CMYK 0 0.30 0.20 0.59
HSL 340.65º 0.17% 0.35% -
HSV(B) 340.65º 0.3% 0.41% -
XYZ 9.87 8.54 9.52 -
YUV 84.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 105 74 84 0 0.30 0.20 0.59 340.65 0.17 0.35
Hex 69 4A 54 0 1E 14 3B 155 11 23
Octal 151 112 124 0 36 24 73 525 21 43
Binary 1101001 1001010 1010100 0 11110 10100 111011 101010101 10001 100011

Color Harmonies of #694A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A54

Black with #694A54

Text Example


Text Example

White with #694A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A54; }

 p { color: rgb(105,74,84); }

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

background-color css

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

 a { background-color: rgb(105,74,84); }

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

border-color css

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

 span { border-color: rgb(105,74,84); }

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