Html Css Color HEX #694756 Finn

📋 copy color: '#694756'

red 105 ◦ green 71 ◦ blue 86

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

Shades of Finn #694756

Tints of Finn #694756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 40.08%
G = 27.1%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#694756 (or 0x694756) is known color: Finn. HEX triplet: 69, 47 and 56. RGB value is (105,71,86). Sum of RGB (Red+Green+Blue) = 105+71+86=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #694756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694756 is #96B8A9. Grayscale: #525252. Windows color (decimal): -9877674 or 5654377. OLE color: 5654377.

HSL color Cylindrical-coordinate representation of color #694756: hue angle of 333.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #694756 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 86 -
CMYK 0 0.32 0.18 0.59
HSL 333.53º 0.19% 0.35% -
HSV(B) 333.53º 0.32% 0.41% -
XYZ 9.76 8.18 9.87 -
YUV 82.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 105 71 86 0 0.32 0.18 0.59 333.53 0.19 0.35
Hex 69 47 56 0 20 12 3B 14E 13 23
Octal 151 107 126 0 40 22 73 516 23 43
Binary 1101001 1000111 1010110 0 100000 10010 111011 101001110 10011 100011

Color Harmonies of #694756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694756

Black with #694756

Text Example


Text Example

White with #694756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694756; }

 p { color: rgb(105,71,86); }

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

background-color css

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

 a { background-color: rgb(105,71,86); }

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

border-color css

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

 span { border-color: rgb(105,71,86); }

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