Html Css Color HEX #694750 Finn

📋 copy color: '#694750'

red 105 ◦ green 71 ◦ blue 80

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

Shades of Finn #694750

Tints of Finn #694750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 41.02%
G = 27.73%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#694750 (or 0x694750) is known color: Finn. HEX triplet: 69, 47 and 50. RGB value is (105,71,80). Sum of RGB (Red+Green+Blue) = 105+71+80=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694750 is #96B8AF. Grayscale: #525252. Windows color (decimal): -9877680 or 5261161. OLE color: 5261161.

HSL color Cylindrical-coordinate representation of color #694750: hue angle of 344.12º 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 #694750 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 80 -
CMYK 0 0.32 0.24 0.59
HSL 344.12º 0.19% 0.35% -
HSV(B) 344.12º 0.32% 0.41% -
XYZ 9.53 8.09 8.65 -
YUV 82.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 105 71 80 0 0.32 0.24 0.59 344.12 0.19 0.35
Hex 69 47 50 0 20 18 3B 158 13 23
Octal 151 107 120 0 40 30 73 530 23 43
Binary 1101001 1000111 1010000 0 100000 11000 111011 101011000 10011 100011

Color Harmonies of #694750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694750

Black with #694750

Text Example


Text Example

White with #694750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694750; }

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

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

background-color css

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

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

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

border-color css

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

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

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