#69535D

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

Shades of Finn #69535D

Tints of Finn #69535D

Color information

#69535D (or 0x69535D) is unknown color: approx Finn. HEX triplet: 69, 53 and 5D. RGB value is (105,83,93). Sum of RGB (Red+Green+Blue) = 105+83+93=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #69535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69535D is #96ACA2. Grayscale: #5A5A5A. Windows color (decimal): -9874595 or 6116201. OLE color: 6116201.

HSL color Cylindrical-coordinate representation of color #69535D: hue angle of 332.73º 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 #69535D is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1058393-
CMYK00.210.110.59
HSL332.73º11.7%36.86%-
HSV(B)332.73º20.95%41.18%-
XYZ10.899.9811.71-
YUV90.72129.29138.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=37.37%
G=29.54%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105839300.210.110.59332.7311.736.86
Hex69535D015B3B14dc25
Octal15112313502513735151445
Binary11010011010011101110101010110111110111010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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