Html Css Color HEX #694151 Finn

📋 copy color: '#694151'

red 105 ◦ green 65 ◦ blue 81

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

Shades of Finn #694151

Tints of Finn #694151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 41.83%
G = 25.9%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#694151 (or 0x694151) is known color: Finn. HEX triplet: 69, 41 and 51. RGB value is (105,65,81). Sum of RGB (Red+Green+Blue) = 105+65+81=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #694151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694151 is #96BEAE. Grayscale: #4E4E4E. Windows color (decimal): -9879215 or 5325161. OLE color: 5325161.

HSL color Cylindrical-coordinate representation of color #694151: hue angle of 336º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694151 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 81 -
CMYK 0 0.38 0.23 0.59
HSL 336º 0.24% 0.33% -
HSV(B) 336º 0.38% 0.41% -
XYZ 9.2 7.38 8.72 -
YUV 78.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 105 65 81 0 0.38 0.23 0.59 336 0.24 0.33
Hex 69 41 51 0 26 17 3B 150 18 21
Octal 151 101 121 0 46 27 73 520 30 41
Binary 1101001 1000001 1010001 0 100110 10111 111011 101010000 11000 100001

Color Harmonies of #694151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694151

Black with #694151

Text Example


Text Example

White with #694151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694151; }

 p { color: rgb(105,65,81); }

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

background-color css

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

 a { background-color: rgb(105,65,81); }

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

border-color css

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

 span { border-color: rgb(105,65,81); }

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