Html Css Color HEX #69525B Finn

📋 copy color: '#69525B'

red 105 ◦ green 82 ◦ blue 91

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

Shades of Finn #69525B

Tints of Finn #69525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 37.77%
G = 29.5%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69525B (or 0x69525B) is known color: Finn. HEX triplet: 69, 52 and 5B. RGB value is (105,82,91). Sum of RGB (Red+Green+Blue) = 105+82+91=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #69525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69525B is #96ADA4. Grayscale: #595959. Windows color (decimal): -9874853 or 5984873. OLE color: 5984873.

HSL color Cylindrical-coordinate representation of color #69525B: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69525B is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 82 91 -
CMYK 0 0.22 0.13 0.59
HSL 336.52º 0.12% 0.37% -
HSV(B) 336.52º 0.22% 0.41% -
XYZ 10.73 9.79 11.22 -
YUV 89.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 105 82 91 0 0.22 0.13 0.59 336.52 0.12 0.37
Hex 69 52 5B 0 16 D 3B 151 C 25
Octal 151 122 133 0 26 15 73 521 14 45
Binary 1101001 1010010 1011011 0 10110 1101 111011 101010001 1100 100101

Color Harmonies of #69525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69525B

Black with #69525B

Text Example


Text Example

White with #69525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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