#67545B

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

Shades of Finn #67545B

Tints of Finn #67545B

Color information

#67545B (or 0x67545B) is unknown color: approx Finn. HEX triplet: 67, 54 and 5B. RGB value is (103,84,91). Sum of RGB (Red+Green+Blue) = 103+84+91=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #67545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67545B is #98ABA4. Grayscale: #5A5A5A. Windows color (decimal): -10005413 or 5985383. OLE color: 5985383.

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

Color convert

RGB1038491-
CMYK00.180.120.60
HSL337.89º10.16%36.67%-
HSV(B)337.89º18.45%40.39%-
XYZ10.659.9811.26-
YUV90.48128.29136.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=37.05%
G=30.22%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103849100.180.120.60337.8910.1636.67
Hex67545B012C3C152a25
Octal14712413302214745221245
Binary11001111010100101101101001011001111001010100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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