#67505A

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

Shades of Finn #67505A

Tints of Finn #67505A

Color information

#67505A (or 0x67505A) is unknown color: approx Finn. HEX triplet: 67, 50 and 5A. RGB value is (103,80,90). Sum of RGB (Red+Green+Blue) = 103+80+90=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #67505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505A is #98AFA5. Grayscale: #585858. Windows color (decimal): -10006438 or 5918823. OLE color: 5918823.

HSL color Cylindrical-coordinate representation of color #67505A: hue angle of 333.91º 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 #67505A is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1038090-
CMYK00.220.130.60
HSL333.91º12.57%35.88%-
HSV(B)333.91º22.33%40.39%-
XYZ10.319.3610.94-
YUV88.02129.12138.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=37.73%
G=29.30%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103809000.220.130.60333.9112.5735.88
Hex67505A016D3C14ed24
Octal14712013202615745161544
Binary11001111010000101101001011011011111001010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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