#67555E

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

Shades of Finn #67555E

Tints of Finn #67555E

Color information

#67555E (or 0x67555E) is unknown color: approx Finn. HEX triplet: 67, 55 and 5E. RGB value is (103,85,94). Sum of RGB (Red+Green+Blue) = 103+85+94=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #67555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67555E is #98AAA1. Grayscale: #5B5B5B. Windows color (decimal): -10005154 or 6182247. OLE color: 6182247.

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

Color convert

RGB1038594-
CMYK00.170.090.60
HSL330º9.57%36.86%-
HSV(B)330º17.48%40.39%-
XYZ10.8610.1911.98-
YUV91.41129.46136.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=36.52%
G=30.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103859400.170.090.603309.5736.86
Hex67555E01193C14aa25
Octal14712513602111745121245
Binary11001111010101101111001000110011111001010010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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