#69535B

Color #69535B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #69535B

Tints of Finn #69535B

Color information

#69535B (or 0x69535B) is unknown color: approx Finn. HEX triplet: 69, 53 and 5B. RGB value is (105,83,91). Sum of RGB (Red+Green+Blue) = 105+83+91=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69535B is #96ACA4. Grayscale: #5A5A5A. Windows color (decimal): -9874597 or 5985129. OLE color: 5985129.

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

Color convert

RGB1058391-
CMYK00.210.130.59
HSL338.18º11.7%36.86%-
HSV(B)338.18º20.95%41.18%-
XYZ10.819.9511.25-
YUV90.49128.29138.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=37.63%
G=29.75%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105839100.210.130.59338.1811.736.86
Hex69535B015D3B152c25
Octal15112313302515735221445
Binary11010011010011101101101010111011110111010100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69535B;
 }
 .AnyTagClassName
 {
   color: #69535B;
 }
</style>
background-color css

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

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

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

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

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

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