Html Css Color HEX #69505D Finn

📋 copy color: '#69505D'

red 105 ◦ green 80 ◦ blue 93

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

Shades of Finn #69505D

Tints of Finn #69505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 37.77%
G = 28.78%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69505D (or 0x69505D) is known color: Finn. HEX triplet: 69, 50 and 5D. RGB value is (105,80,93). Sum of RGB (Red+Green+Blue) = 105+80+93=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #69505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69505D is #96AFA2. Grayscale: #585858. Windows color (decimal): -9875363 or 6115433. OLE color: 6115433.

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

Color convert

RGB 105 80 93 -
CMYK 0 0.24 0.11 0.59
HSL 328.8º 0.14% 0.36% -
HSV(B) 328.8º 0.24% 0.41% -
XYZ 10.67 9.53 11.63 -
YUV 88.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 105 80 93 0 0.24 0.11 0.59 328.8 0.14 0.36
Hex 69 50 5D 0 18 B 3B 149 E 24
Octal 151 120 135 0 30 13 73 511 16 44
Binary 1101001 1010000 1011101 0 11000 1011 111011 101001001 1110 100100

Color Harmonies of #69505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69505D

Black with #69505D

Text Example


Text Example

White with #69505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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