#65535B

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

Shades of Finn #65535B

Tints of Finn #65535B

Color information

#65535B (or 0x65535B) is unknown color: approx Finn. HEX triplet: 65, 53 and 5B. RGB value is (101,83,91). Sum of RGB (Red+Green+Blue) = 101+83+91=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #65535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65535B is #9AACA4. Grayscale: #595959. Windows color (decimal): -10136741 or 5985125. OLE color: 5985125.

HSL color Cylindrical-coordinate representation of color #65535B: hue angle of 333.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65535B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1018391-
CMYK00.180.100.60
HSL333.33º9.78%36.08%-
HSV(B)333.33º17.82%39.61%-
XYZ10.359.7111.23-
YUV89.29128.96136.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=36.73%
G=30.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101839100.180.100.60333.339.7836.08
Hex65535B012A3C14da24
Octal14512313302212745151244
Binary11001011010011101101101001010101111001010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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