Html Css Color HEX #694954 Finn

📋 copy color: '#694954'

red 105 ◦ green 73 ◦ blue 84

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

Shades of Finn #694954

Tints of Finn #694954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 40.08%
G = 27.86%
B = 32.06%

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

#694954 (or 0x694954) is known color: Finn. HEX triplet: 69, 49 and 54. RGB value is (105,73,84). Sum of RGB (Red+Green+Blue) = 105+73+84=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #694954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694954 is #96B6AB. Grayscale: #535353. Windows color (decimal): -9877164 or 5523817. OLE color: 5523817.

HSL color Cylindrical-coordinate representation of color #694954: hue angle of 339.38º degrees, saturation: 0.18, 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 #694954 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 84 -
CMYK 0 0.30 0.20 0.59
HSL 339.38º 0.18% 0.35% -
HSV(B) 339.38º 0.3% 0.41% -
XYZ 9.81 8.41 9.49 -
YUV 83.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 105 73 84 0 0.30 0.20 0.59 339.38 0.18 0.35
Hex 69 49 54 0 1E 14 3B 153 12 23
Octal 151 111 124 0 36 24 73 523 22 43
Binary 1101001 1001001 1010100 0 11110 10100 111011 101010011 10010 100011

Color Harmonies of #694954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694954

Black with #694954

Text Example


Text Example

White with #694954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694954; }

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

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

background-color css

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

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

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

border-color css

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

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

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