Html Css Color HEX #69495E Finn

📋 copy color: '#69495E'

red 105 ◦ green 73 ◦ blue 94

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

Shades of Finn #69495E

Tints of Finn #69495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 38.6%
G = 26.84%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69495E (or 0x69495E) is known color: Finn. HEX triplet: 69, 49 and 5E. RGB value is (105,73,94). Sum of RGB (Red+Green+Blue) = 105+73+94=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #69495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69495E is #96B6A1. Grayscale: #545454. Windows color (decimal): -9877154 or 6179177. OLE color: 6179177.

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

Color convert

RGB 105 73 94 -
CMYK 0 0.30 0.10 0.59
HSL 320.63º 0.18% 0.35% -
HSV(B) 320.63º 0.3% 0.41% -
XYZ 10.23 8.58 11.71 -
YUV 84.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 105 73 94 0 0.30 0.10 0.59 320.63 0.18 0.35
Hex 69 49 5E 0 1E A 3B 141 12 23
Octal 151 111 136 0 36 12 73 501 22 43
Binary 1101001 1001001 1011110 0 11110 1010 111011 101000001 10010 100011

Color Harmonies of #69495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69495E

Black with #69495E

Text Example


Text Example

White with #69495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69495E; }

 p { color: rgb(105,73,94); }

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

background-color css

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

 a { background-color: rgb(105,73,94); }

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

border-color css

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

 span { border-color: rgb(105,73,94); }

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