Html Css Color HEX #694456 Finn

📋 copy color: '#694456'

red 105 ◦ green 68 ◦ blue 86

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

Shades of Finn #694456

Tints of Finn #694456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 40.54%
G = 26.25%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#694456 (or 0x694456) is known color: Finn. HEX triplet: 69, 44 and 56. RGB value is (105,68,86). Sum of RGB (Red+Green+Blue) = 105+68+86=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694456 is #96BBA9. Grayscale: #515151. Windows color (decimal): -9878442 or 5653609. OLE color: 5653609.

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

Color convert

RGB 105 68 86 -
CMYK 0 0.35 0.18 0.59
HSL 330.81º 0.21% 0.34% -
HSV(B) 330.81º 0.35% 0.41% -
XYZ 9.57 7.81 9.81 -
YUV 81.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 105 68 86 0 0.35 0.18 0.59 330.81 0.21 0.34
Hex 69 44 56 0 23 12 3B 14B 15 22
Octal 151 104 126 0 43 22 73 513 25 42
Binary 1101001 1000100 1010110 0 100011 10010 111011 101001011 10101 100010

Color Harmonies of #694456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694456

Black with #694456

Text Example


Text Example

White with #694456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694456; }

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

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

background-color css

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

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

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

border-color css

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

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

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