Html Css Color HEX #694F5B Finn

📋 copy color: '#694F5B'

red 105 ◦ green 79 ◦ blue 91

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

Shades of Finn #694F5B

Tints of Finn #694F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 38.18%
G = 28.73%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#694F5B (or 0x694F5B) is known color: Finn. HEX triplet: 69, 4F and 5B. RGB value is (105,79,91). Sum of RGB (Red+Green+Blue) = 105+79+91=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #694F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F5B is #96B0A4. Grayscale: #585858. Windows color (decimal): -9875621 or 5984105. OLE color: 5984105.

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

Color convert

RGB 105 79 91 -
CMYK 0 0.25 0.13 0.59
HSL 332.31º 0.14% 0.36% -
HSV(B) 332.31º 0.25% 0.41% -
XYZ 10.51 9.35 11.15 -
YUV 88.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 105 79 91 0 0.25 0.13 0.59 332.31 0.14 0.36
Hex 69 4F 5B 0 19 D 3B 14C E 24
Octal 151 117 133 0 31 15 73 514 16 44
Binary 1101001 1001111 1011011 0 11001 1101 111011 101001100 1110 100100

Color Harmonies of #694F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F5B

Black with #694F5B

Text Example


Text Example

White with #694F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,91); }

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

background-color css

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

 a { background-color: rgb(105,79,91); }

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

border-color css

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

 span { border-color: rgb(105,79,91); }

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