#67465E

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

Shades of Finn #67465E

Tints of Finn #67465E

Color information

#67465E (or 0x67465E) is unknown color: approx Finn. HEX triplet: 67, 46 and 5E. RGB value is (103,70,94). Sum of RGB (Red+Green+Blue) = 103+70+94=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67465E is #98B9A1. Grayscale: #525252. Windows color (decimal): -10008994 or 6178407. OLE color: 6178407.

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

Color convert

RGB1037094-
CMYK00.320.090.60
HSL316.36º19.08%33.92%-
HSV(B)316.36º32.04%40.39%-
XYZ9.88.0711.63-
YUV82.6134.43142.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=38.58%
G=26.22%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103709400.320.090.60316.3619.0833.92
Hex67465E02093C13c1322
Octal14710613604011744742342
Binary1100111100011010111100100000100111110010011110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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