Html Css Color HEX #694E5A Finn

📋 copy color: '#694E5A'

red 105 ◦ green 78 ◦ blue 90

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

Shades of Finn #694E5A

Tints of Finn #694E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 38.46%
G = 28.57%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#694E5A (or 0x694E5A) is known color: Finn. HEX triplet: 69, 4E and 5A. RGB value is (105,78,90). Sum of RGB (Red+Green+Blue) = 105+78+90=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #694E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E5A is #96B1A5. Grayscale: #575757. Windows color (decimal): -9875878 or 5918313. OLE color: 5918313.

HSL color Cylindrical-coordinate representation of color #694E5A: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E5A is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 78 90 -
CMYK 0 0.26 0.14 0.59
HSL 333.33º 0.15% 0.36% -
HSV(B) 333.33º 0.26% 0.41% -
XYZ 10.4 9.19 10.9 -
YUV 87.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 105 78 90 0 0.26 0.14 0.59 333.33 0.15 0.36
Hex 69 4E 5A 0 1A E 3B 14D F 24
Octal 151 116 132 0 32 16 73 515 17 44
Binary 1101001 1001110 1011010 0 11010 1110 111011 101001101 1111 100100

Color Harmonies of #694E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E5A

Black with #694E5A

Text Example


Text Example

White with #694E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,78,90); }

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

background-color css

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

 a { background-color: rgb(105,78,90); }

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

border-color css

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

 span { border-color: rgb(105,78,90); }

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