Html Css Color HEX #69414F Finn

📋 copy color: '#69414F'

red 105 ◦ green 65 ◦ blue 79

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

Shades of Finn #69414F

Tints of Finn #69414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 42.17%
G = 26.1%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69414F (or 0x69414F) is known color: Finn. HEX triplet: 69, 41 and 4F. RGB value is (105,65,79). Sum of RGB (Red+Green+Blue) = 105+65+79=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69414F is #96BEB0. Grayscale: #4E4E4E. Windows color (decimal): -9879217 or 5194089. OLE color: 5194089.

HSL color Cylindrical-coordinate representation of color #69414F: hue angle of 339º 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 #69414F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 79 -
CMYK 0 0.38 0.25 0.59
HSL 339º 0.24% 0.33% -
HSV(B) 339º 0.38% 0.41% -
XYZ 9.13 7.35 8.33 -
YUV 78.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 105 65 79 0 0.38 0.25 0.59 339 0.24 0.33
Hex 69 41 4F 0 26 19 3B 153 18 21
Octal 151 101 117 0 46 31 73 523 30 41
Binary 1101001 1000001 1001111 0 100110 11001 111011 101010011 11000 100001

Color Harmonies of #69414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69414F

Black with #69414F

Text Example


Text Example

White with #69414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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