#67505E

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

Shades of Finn #67505E

Tints of Finn #67505E

Color information

#67505E (or 0x67505E) is unknown color: approx Finn. HEX triplet: 67, 50 and 5E. RGB value is (103,80,94). Sum of RGB (Red+Green+Blue) = 103+80+94=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #67505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505E is #98AFA1. Grayscale: #585858. Windows color (decimal): -10006434 or 6180967. OLE color: 6180967.

HSL color Cylindrical-coordinate representation of color #67505E: hue angle of 323.48º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67505E is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1038094-
CMYK00.220.090.60
HSL323.48º12.57%35.88%-
HSV(B)323.48º22.33%40.39%-
XYZ10.489.4311.86-
YUV88.47131.12138.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=37.18%
G=28.88%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103809400.220.090.60323.4812.5735.88
Hex67505E01693C143d24
Octal14712013602611745031544
Binary11001111010000101111001011010011111001010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67505E; }

 p { color: rgb(103,80,94); }

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

<style>
 a { background-color: #67505E; }

 a { background-color: rgb(103,80,94); }

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

<style>
 span { border-color: #67505E; }

 span { border-color: rgb(103,80,94); }

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