#67485A

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

Shades of Finn #67485A

Tints of Finn #67485A

Color information

#67485A (or 0x67485A) is unknown color: approx Finn. HEX triplet: 67, 48 and 5A. RGB value is (103,72,90). Sum of RGB (Red+Green+Blue) = 103+72+90=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #67485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67485A is #98B7A5. Grayscale: #535353. Windows color (decimal): -10008486 or 5916775. OLE color: 5916775.

HSL color Cylindrical-coordinate representation of color #67485A: hue angle of 325.16º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67485A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1037290-
CMYK00.300.130.60
HSL325.16º17.71%34.31%-
HSV(B)325.16º30.1%40.39%-
XYZ9.768.2610.75-
YUV83.32131.77142.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=38.87%
G=27.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103729000.300.130.60325.1617.7134.31
Hex67485A01ED3C1451222
Octal14711013203615745052242
Binary110011110010001011010011110110111110010100010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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