#67495B

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

Shades of Finn #67495B

Tints of Finn #67495B

Color information

#67495B (or 0x67495B) is unknown color: approx Finn. HEX triplet: 67, 49 and 5B. RGB value is (103,73,91). Sum of RGB (Red+Green+Blue) = 103+73+91=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67495B is #98B6A4. Grayscale: #535353. Windows color (decimal): -10008229 or 5982567. OLE color: 5982567.

HSL color Cylindrical-coordinate representation of color #67495B: hue angle of 324º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67495B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1037391-
CMYK00.290.120.60
HSL324º17.05%34.51%-
HSV(B)324º29.13%40.39%-
XYZ9.868.411-
YUV84.02131.94141.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=38.58%
G=27.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103739100.290.120.6032417.0534.51
Hex67495B01DC3C1441123
Octal14711113303514745042143
Binary110011110010011011011011101110011110010100010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,73,91); }

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

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

 a { background-color: rgb(103,73,91); }

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

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

 span { border-color: rgb(103,73,91); }

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