Html Css Color HEX #69505B Finn

📋 copy color: '#69505B'

red 105 ◦ green 80 ◦ blue 91

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

Shades of Finn #69505B

Tints of Finn #69505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 38.04%
G = 28.99%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69505B (or 0x69505B) is known color: Finn. HEX triplet: 69, 50 and 5B. RGB value is (105,80,91). Sum of RGB (Red+Green+Blue) = 105+80+91=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #69505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69505B is #96AFA4. Grayscale: #585858. Windows color (decimal): -9875365 or 5984361. OLE color: 5984361.

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

Color convert

RGB 105 80 91 -
CMYK 0 0.24 0.13 0.59
HSL 333.6º 0.14% 0.36% -
HSV(B) 333.6º 0.24% 0.41% -
XYZ 10.58 9.5 11.17 -
YUV 88.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 105 80 91 0 0.24 0.13 0.59 333.6 0.14 0.36
Hex 69 50 5B 0 18 D 3B 14E E 24
Octal 151 120 133 0 30 15 73 516 16 44
Binary 1101001 1010000 1011011 0 11000 1101 111011 101001110 1110 100100

Color Harmonies of #69505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69505B

Black with #69505B

Text Example


Text Example

White with #69505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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